supreme-common
Toggle table of contents
1.0.0-RC4
common
Target filter
common
Switch theme
Search in API
Skip to content
supreme-common
supreme-common
/
at.asitplus.attestation.android
/
AuthorizationList
/
Tagged
/
WithTag
With
Tag
sealed
interface
WithTag
<
A
:
Asn1Element
>
:
Asn1Encodable
<
A
>
(
source
)
Marker interface for ASN.1-encodable values that are associated with a
Tagged
explicit tag.
Inheritors
AttestationValue
IntEncodable
RootOfTrust
AttestationApplicationId
AttestationId
ModuleHash
Members
Properties
tagged
Link copied to clipboard
abstract
val
tagged
:
AuthorizationList.Tagged
Functions
encode
To
Der
Link copied to clipboard
open
fun
encodeToDer
(
)
:
ByteArray
encode
To
Der
Or
Null
Link copied to clipboard
open
fun
encodeToDerOrNull
(
)
:
ByteArray
?
encode
To
Der
Safe
Link copied to clipboard
open
fun
encodeToDerSafe
(
)
:
KmmResult
<
ByteArray
>
encode
To
Tlv
Link copied to clipboard
abstract
fun
encodeToTlv
(
)
:
A
encode
To
Tlv
Or
Null
Link copied to clipboard
open
fun
encodeToTlvOrNull
(
)
:
A
?
encode
To
Tlv
Safe
Link copied to clipboard
open
fun
encodeToTlvSafe
(
)
:
KmmResult
<
A
>
pretty
Print
Asn1
Link copied to clipboard
open
fun
prettyPrintAsn1
(
)
:
String
with
Implicit
Tag
Link copied to clipboard
open
infix
fun
withImplicitTag
(
tag
:
Asn1Element.Tag
)
:
Asn1Element
open
infix
fun
withImplicitTag
(
template
:
Asn1Element.Tag.Template
)
:
Asn1Element
open
infix
fun
withImplicitTag
(
tagValue
:
ULong
)
:
Asn1Element