Enum cryptographic_message_syntax::asn1::rfc5652::SignerIdentifier [−][src]
pub enum SignerIdentifier {
IssuerAndSerialNumber(IssuerAndSerialNumber),
SubjectKeyIdentifier(OctetString),
}Expand description
Identifies the signer.
SignerIdentifier ::= CHOICE {
issuerAndSerialNumber IssuerAndSerialNumber,
subjectKeyIdentifier [0] SubjectKeyIdentifier }Variants
IssuerAndSerialNumber(IssuerAndSerialNumber)
Tuple Fields
SubjectKeyIdentifier(OctetString)
Tuple Fields
0: OctetStringImplementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Returns the length of the encoded values for the given mode.
Encodes the values in the given mode and writes them to target.
Converts the encoder into one with an explicit tag.
Captures the encoded values in the given mode.
Auto Trait Implementations
impl RefUnwindSafe for SignerIdentifier
impl Send for SignerIdentifier
impl Sync for SignerIdentifier
impl Unpin for SignerIdentifier
impl UnwindSafe for SignerIdentifier
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
