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
/
AttestationId
Attestation
Id
sealed
class
AttestationId
:
Asn1Encodable
<
Asn1Primitive
>
,
AuthorizationList.Tagged.WithTag
<
Asn1Primitive
>
(
source
)
Inheritors
Brand
Device
Product
Serial
Imei
Meid
Manufacturer
Model
SecondImei
Members
Types
Brand
Link copied to clipboard
class
Brand
(
name
:
String
)
:
AuthorizationList.AttestationId
Device
Link copied to clipboard
class
Device
(
name
:
String
)
:
AuthorizationList.AttestationId
Imei
Link copied to clipboard
class
Imei
(
number
:
String
)
:
AuthorizationList.AttestationId
Manufacturer
Link copied to clipboard
class
Manufacturer
(
name
:
String
)
:
AuthorizationList.AttestationId
Meid
Link copied to clipboard
class
Meid
(
number
:
String
)
:
AuthorizationList.AttestationId
Model
Link copied to clipboard
class
Model
(
name
:
String
)
:
AuthorizationList.AttestationId
Product
Link copied to clipboard
class
Product
(
name
:
String
)
:
AuthorizationList.AttestationId
Second
Imei
Link copied to clipboard
class
SecondImei
(
number
:
String
)
:
AuthorizationList.AttestationId
Serial
Link copied to clipboard
class
Serial
(
number
:
String
)
:
AuthorizationList.AttestationId
Properties
string
Value
Link copied to clipboard
val
stringValue
:
String
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
(
)
:
Asn1PrimitiveOctetString
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
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
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