toggle menu
Fireblocks SDK Documentation
androidJvm
switch theme
search in API
Fireblocks SDK Documentation
/
com.fireblocks.sdk.keys
/
FullKey
Full
Key
data
class
FullKey
(
var
keyId
:
String
?
=
null
,
val
privateKey
:
String
?
=
null
,
val
publicKey
:
String
?
=
null
,
var
algorithm
:
Algorithm
?
=
null
,
var
error
:
FireblocksError
?
=
null
)
Members
Constructors
Full
Key
Link copied to clipboard
constructor
(
keyId
:
String
?
=
null
,
privateKey
:
String
?
=
null
,
publicKey
:
String
?
=
null
,
algorithm
:
Algorithm
?
=
null
,
error
:
FireblocksError
?
=
null
)
Properties
algorithm
Link copied to clipboard
var
algorithm
:
Algorithm
?
error
Link copied to clipboard
var
error
:
FireblocksError
?
key
Id
Link copied to clipboard
var
keyId
:
String
?
private
Key
Link copied to clipboard
val
privateKey
:
String
?
=
null
public
Key
Link copied to clipboard
val
publicKey
:
String
?
=
null
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