pub type KeyEncryptionAlgorithmIdentifier = AlgorithmIdentifier;Aliased Type§
pub struct KeyEncryptionAlgorithmIdentifier {
pub algorithm: ObjectIdentifier,
pub parameters: Option<Any>,
}Fields§
§algorithm: ObjectIdentifierThe identifier for the algorithm.
parameters: Option<Any>Parameters for the algorithm, if any.