Type Alias ProtocolEncrKey

Source
pub type ProtocolEncrKey = SubjectPublicKeyInfoOwned;
Expand description

The ProtocolEncrKey control is defined in RFC 4211 Section 6.6.

  ProtocolEncrKey ::= SubjectPublicKeyInfo

Aliased Type§

pub struct ProtocolEncrKey {
    pub algorithm: AlgorithmIdentifier<Any>,
    pub subject_public_key: BitString,
}

Fields§

§algorithm: AlgorithmIdentifier<Any>

X.509 [AlgorithmIdentifier] for the public key type

§subject_public_key: BitString

Public key data