Companion

object Companion : Identifiable, Asn1Decodable<Asn1Sequence, AttestationKeyDescription> (source)

Properties

Link copied to clipboard
open override val oid: ObjectIdentifier

Functions

Link copied to clipboard
open fun decodeFromDer(src: ByteArray, assertTag: Asn1Element.Tag?): AttestationKeyDescription
Link copied to clipboard
open fun decodeFromDerOrNull(src: ByteArray, assertTag: Asn1Element.Tag?): AttestationKeyDescription?
Link copied to clipboard
open fun decodeFromDerSafe(src: ByteArray, assertTag: Asn1Element.Tag?): KmmResult<AttestationKeyDescription>
Link copied to clipboard
open fun decodeFromTlv(src: Asn1Sequence, assertTag: Asn1Element.Tag?): AttestationKeyDescription
Link copied to clipboard
open fun decodeFromTlvOrNull(src: Asn1Sequence, assertTag: Asn1Element.Tag?): AttestationKeyDescription?
Link copied to clipboard
open fun decodeFromTlvSafe(src: Asn1Sequence, assertTag: Asn1Element.Tag?): KmmResult<AttestationKeyDescription>
Link copied to clipboard
open override fun doDecode(src: Asn1Sequence): AttestationKeyDescription
Link copied to clipboard
open fun verifyTag(src: Asn1Sequence, assertTag: Asn1Element.Tag?)