toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.walletsdk.domain.models.keyManagement
/
StorablePrivateKey
Storable
Private
Key
data
class
StorablePrivateKey
(
val
id
:
String
,
val
restorationIdentifier
:
String
,
val
data
:
String
,
val
keyPathIndex
:
Int
?
)
(
source
)
Members
Constructors
Storable
Private
Key
Link copied to clipboard
constructor
(
id
:
String
,
restorationIdentifier
:
String
,
data
:
String
,
keyPathIndex
:
Int
?
)
Properties
data
Link copied to clipboard
val
data
:
String
id
Link copied to clipboard
val
id
:
String
key
Path
Index
Link copied to clipboard
val
keyPathIndex
:
Int
?
restoration
Identifier
Link copied to clipboard
val
restorationIdentifier
:
String