IntEncodable
interface IntEncodable : Asn1Encodable<Asn1Primitive> , AuthorizationList.Tagged.WithTag<Asn1Primitive> (source)
Helper interface for “integer-backed” authorization list values.
Implementations encode to an ASN.1 INTEGER primitive and are also Tagged.WithTag so they can be wrapped into the correct explicit tag during encoding of AuthorizationList.