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
/
AttestationValue
/
Success
Success
class
Success
<
out
T
:
Asn1Encodable
<
*
>
>
:
AttestationValue
<
T
>
(
source
)
Members
Members & Extensions
Properties
tagged
Link copied to clipboard
open
override
val
tagged
:
AuthorizationList.Tagged
value
Link copied to clipboard
val
value
:
T
Functions
do
Pretty
Print
Link copied to clipboard
open
override
fun
doPrettyPrint
(
indent
:
String
)
:
String
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
(
)
:
Asn1Element
encode
To
Tlv
Or
Null
Link copied to clipboard
open
fun
encodeToTlvOrNull
(
)
:
Asn1Element
?
encode
To
Tlv
Safe
Link copied to clipboard
open
fun
encodeToTlvSafe
(
)
:
KmmResult
<
Asn1Element
>
fold
Link copied to clipboard
inline
fun
fold
(
onSuccess
:
(
T
)
->
Unit
,
onFailure
:
(
String
,
AuthorizationList.Tagged
,
Asn1Element
)
->
Unit
)
get
Link copied to clipboard
inline
fun
get
(
)
:
T
is
Success
Link copied to clipboard
fun
isSuccess
(
)
:
Boolean
on
Failure
Link copied to clipboard
inline
fun
<
R
>
onFailure
(
onFailure
:
(
String
,
AuthorizationList.Tagged
,
Asn1Element
)
->
R
)
:
R
?
on
Success
Link copied to clipboard
inline
fun
<
R
>
onSuccess
(
onSuccess
:
(
T
)
->
R
)
:
R
?
pretty
Print
Link copied to clipboard
fun
PrettyPrintable
.
prettyPrint
(
)
:
String
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