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