toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.protos
/
PublicKey
/
KeyData
Key
Data
sealed
class
KeyData
<
V
>
:
Message.OneOf
<
V
>
Inheritors
EcKeyData
CompressedEcKeyData
Members
Types
Compressed
Ec
Key
Data
Link copied to clipboard
class
CompressedEcKeyData
(
compressedEcKeyData
:
CompressedECKeyData
)
:
PublicKey.KeyData
<
CompressedECKeyData
>
Ec
Key
Data
Link copied to clipboard
class
EcKeyData
(
ecKeyData
:
ECKeyData
)
:
PublicKey.KeyData
<
ECKeyData
>
Properties
value
Link copied to clipboard
val
value
:
V
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String