kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
auth-apple
/
dev.kaccelero.commons.auth
/
AppleKey
Apple
Key
data
class
AppleKey
(
val
kty
:
String
,
val
kid
:
String
,
val
use
:
String
,
val
alg
:
String
,
val
n
:
String
,
val
e
:
String
)
Members
Constructors
Apple
Key
Link copied to clipboard
constructor
(
kty
:
String
,
kid
:
String
,
use
:
String
,
alg
:
String
,
n
:
String
,
e
:
String
)
Properties
alg
Link copied to clipboard
val
alg
:
String
e
Link copied to clipboard
val
e
:
String
kid
Link copied to clipboard
val
kid
:
String
kty
Link copied to clipboard
val
kty
:
String
n
Link copied to clipboard
val
n
:
String
use
Link copied to clipboard
val
use
:
String
Functions
get
Algorithm
Link copied to clipboard
open
fun
getAlgorithm
(
)
:
String
get
Encoded
Link copied to clipboard
open
fun
getEncoded
(
)
:
ByteArray
?
get
Format
Link copied to clipboard
open
fun
getFormat
(
)
:
String
?
get
Modulus
Link copied to clipboard
open
fun
getModulus
(
)
:
<Error class: unknown class>
get
Public
Exponent
Link copied to clipboard
open
fun
getPublicExponent
(
)
:
<Error class: unknown class>