Type Alias SpecAuthorityKeyIdentifierValue
Source pub type SpecAuthorityKeyIdentifierValue = PolyType<<<ASN1<ImplicitTag<OctetString>> as View>::V as SpecCombinator>::SpecResult, <<ASN1<ImplicitTag<OctetString>> as View>::V as SpecCombinator>::SpecResult, <<ASN1<ImplicitTag<BigInt>> as View>::V as SpecCombinator>::SpecResult>;
struct SpecAuthorityKeyIdentifierValue {
pub key_id: OptionDeep<Seq<u8>>,
pub auth_cert_issuer: OptionDeep<Seq<u8>>,
pub auth_cert_serial: OptionDeep<Seq<u8>>,
}