pub type PrivateKeyAlgorithmIdentifier = AlgorithmIdentifier;
Expand description
Algorithm identifier for the private key.
Aliased Type§
struct PrivateKeyAlgorithmIdentifier {
pub algorithm: Oid,
pub parameters: Option<AlgorithmParameter>,
}
Fields§
§algorithm: Oid
§parameters: Option<AlgorithmParameter>