kikinlex
Toggle table of contents
9.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
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