library
Toggle table of contents
4.12.0-dev
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
library
library
/
org.xmtp.android.library
/
SigningKeyDescription
Signing
Key
Description
data
class
SigningKeyDescription
(
val
kid
:
String
,
val
alg
:
String
)
Public identity of one accepted signing key. Never the key itself.
Members
Constructors
Signing
Key
Description
Link copied to clipboard
constructor
(
kid
:
String
,
alg
:
String
)
Properties
alg
Link copied to clipboard
val
alg
:
String
kid
Link copied to clipboard
val
kid
:
String