toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.walletsdk.domain.models
/
SecretMaterialJWK
Secret
Material
JWK
data
class
SecretMaterialJWK
(
val
value
:
String
)
(
source
)
Represents a secret material in the form of a JSON Web Key (JWK).
Parameters
value
The string value of the JWK.
Members
Constructors
Secret
Material
JWK
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String