Warden-Supreme
Toggle table of contents
1.0.0-RC2
common
Target filter
common
Switch theme
Search in API
Skip to content
Warden-Supreme
supreme-common
/
at.asitplus.attestation.android
/
AuthorizationList
/
IntEncodable
Int
Encodable
interface
IntEncodable
:
Asn1Encodable
<
Asn1Primitive
>
,
AuthorizationList.Tagged.WithTag
<
Asn1Primitive
>
(
source
)
Inheritors
KeyPurpose
Algorithm
KeySize
Digest
Padding
ECCurve
RsaPublicExponent
MgfDigest
ActiveDateTime
OriginationExpireDateTime
UsageExpireDateTime
UsageCountLimit
UserAuthType
AuthTimeout
CreationDateTime
Origin
OsVersion
OsPatchLevel
PatchLevel
Members
Properties
int
Value
Link copied to clipboard
abstract
val
intValue
:
Asn1Integer
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
open
override
fun
encodeToTlv
(
)
:
Asn1Primitive
encode
To
Tlv
Or
Null
Link copied to clipboard
open
fun
encodeToTlvOrNull
(
)
:
Asn1Primitive
?
encode
To
Tlv
Safe
Link copied to clipboard
open
fun
encodeToTlvSafe
(
)
:
KmmResult
<
Asn1Primitive
>
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