Tag

object Tag : AuthorizationList.Tagged, Asn1Decodable<Asn1Primitive, AuthorizationList.KeyPurpose> (source)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun decodeFromDer(src: ByteArray, assertTag: Asn1Element.Tag?): AuthorizationList.KeyPurpose
Link copied to clipboard
open fun decodeFromDerOrNull(src: ByteArray, assertTag: Asn1Element.Tag?): AuthorizationList.KeyPurpose?
Link copied to clipboard
open fun decodeFromDerSafe(src: ByteArray, assertTag: Asn1Element.Tag?): KmmResult<AuthorizationList.KeyPurpose>
Link copied to clipboard
open fun decodeFromTlv(src: Asn1Primitive, assertTag: Asn1Element.Tag?): AuthorizationList.KeyPurpose
Link copied to clipboard
open fun decodeFromTlvOrNull(src: Asn1Primitive, assertTag: Asn1Element.Tag?): AuthorizationList.KeyPurpose?
Link copied to clipboard
open fun decodeFromTlvSafe(src: Asn1Primitive, assertTag: Asn1Element.Tag?): KmmResult<AuthorizationList.KeyPurpose>
Link copied to clipboard
open override fun doDecode(src: Asn1Primitive): AuthorizationList.KeyPurpose
Link copied to clipboard
fun valueOf(int: Asn1Integer): AuthorizationList.KeyPurpose
Link copied to clipboard
open fun verifyTag(src: Asn1Primitive, assertTag: Asn1Element.Tag?)