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
/
PatchLevel
Patch
Level
sealed
class
PatchLevel
:
AuthorizationList.IntEncodable
(
source
)
Inheritors
Vendor
Boot
Members
Types
Boot
Link copied to clipboard
class
Boot
(
year
:
UShort
,
month
:
Month
,
day
:
UShort
?
)
:
AuthorizationList.PatchLevel
Companion
Link copied to clipboard
object
Companion
Vendor
Link copied to clipboard
class
Vendor
(
year
:
UShort
,
month
:
Month
,
day
:
UShort
?
)
:
AuthorizationList.PatchLevel
Properties
day
Link copied to clipboard
val
day
:
UShort
?
int
Value
Link copied to clipboard
open
override
val
intValue
:
Asn1Integer.Positive
month
Link copied to clipboard
val
month
:
Month
tagged
Link copied to clipboard
abstract
val
tagged
:
AuthorizationList.Tagged
year
Link copied to clipboard
val
year
:
UShort
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
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