kikinlex
Toggle table of contents
5.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
kikinlex
oauth
/
io.github.kikin81.atproto.oauth
/
DpopSigner
/
ExportedKeyPair
Exported
Key
Pair
data
class
ExportedKeyPair
(
val
privateKeyEncoded
:
ByteArray
,
val
publicKeyEncoded
:
ByteArray
)
Members
Constructors
Exported
Key
Pair
Link copied to clipboard
constructor
(
privateKeyEncoded
:
ByteArray
,
publicKeyEncoded
:
ByteArray
)
Properties
private
Key
Encoded
Link copied to clipboard
val
privateKeyEncoded
:
ByteArray
public
Key
Encoded
Link copied to clipboard
val
publicKeyEncoded
:
ByteArray