Type Alias AuthorityKeyIdentifierValue

Source
pub type AuthorityKeyIdentifierValue<'a> = PolyType<<ASN1<ImplicitTag<OctetString>> as Combinator>::Result<'a>, <ASN1<ImplicitTag<OctetString>> as Combinator>::Result<'a>, <ASN1<ImplicitTag<BigInt>> as Combinator>::Result<'a>>;

Aliased Type§

struct AuthorityKeyIdentifierValue<'a> {
    pub key_id: OptionDeep<&'a [u8]>,
    pub auth_cert_issuer: OptionDeep<&'a [u8]>,
    pub auth_cert_serial: OptionDeep<BigIntValue<'a>>,
}

Fields§

§key_id: OptionDeep<&'a [u8]>§auth_cert_issuer: OptionDeep<&'a [u8]>§auth_cert_serial: OptionDeep<BigIntValue<'a>>