Options describing how a Cryptographic Key.

no subtypes hierarchy

Initializer
PubSecKeyOptions(String? algorithm = null, Boolean? certificate = null, String? publicKey = null, String? secretKey = null, Boolean? symmetric = null)
Parameters:
  • algorithm = null
  • certificate = null
  • publicKey = null
  • secretKey = null
  • symmetric = null
Attributes
algorithmshared String? algorithm
certificateshared Boolean? certificate
publicKeyshared String? publicKey
secretKeyshared String? secretKey
symmetricshared Boolean? symmetric
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