pub type AuthorityKeyIdentifierValueOwned = PolyType<<ASN1<ImplicitTag<OctetString>> as Combinator>::Owned, <ASN1<ImplicitTag<OctetString>> as Combinator>::Owned, <ASN1<ImplicitTag<BigInt>> as Combinator>::Owned>;
Aliased Type§
struct AuthorityKeyIdentifierValueOwned {
pub key_id: OptionDeep<Vec<u8>>,
pub auth_cert_issuer: OptionDeep<Vec<u8>>,
pub auth_cert_serial: OptionDeep<BigIntOwned>,
}
Fields§
§key_id: OptionDeep<Vec<u8>>
§auth_cert_issuer: OptionDeep<Vec<u8>>
§auth_cert_serial: OptionDeep<BigIntOwned>