Options describing how a Cryptographic Key.

no subtypes hierarchy

Initializer
PubSecKeyOptions(String? publicKey = null, String? secretKey = null, String? type = null)
Parameters:
  • publicKey = null
  • secretKey = null
  • type = null
Attributes
publicKeyshared String? publicKey
secretKeyshared String? secretKey
typeshared String? type
Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
toJsonshared actual default JsonObject toJson()
Refines BaseDataObject.toJson
Inherited Methods
Methods inherited from: Object
equals
Methods inherited from: BaseDataObject
toJson