Skip to main content

PaEncTimestamp

Type Alias PaEncTimestamp 

Source
pub type PaEncTimestamp = EncryptedData;
Expand description

RFC 4120

PA-ENC-TIMESTAMP        ::= EncryptedData -- PA-ENC-TS-ENC

Aliased Type§

pub struct PaEncTimestamp {
    pub etype: ExplicitContextTag0<IntegerAsn1>,
    pub kvno: Optional<Option<ExplicitContextTag1<IntegerAsn1>>>,
    pub cipher: ExplicitContextTag2<OctetStringAsn1>,
}

Fields§

§etype: ExplicitContextTag0<IntegerAsn1>§kvno: Optional<Option<ExplicitContextTag1<IntegerAsn1>>>§cipher: ExplicitContextTag2<OctetStringAsn1>