Options describing how an JWT KeyStore should behave.

no subtypes hierarchy

Initializer
KeyStoreOptions(String? password = null, String? path = null, String? type = null)
Parameters:
  • password = null
  • path = null
  • type = null
Attributes
passwordshared String? password
pathshared String? path
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