JKSProviderConfiguration
Specifies what the keystore should be backed by.
Options are:
ephemeral (the default)
file (backed by a file on disk)
withBackingObject (backed by the specified KeyStore object)
customAccessor (backed by a custom JKSAccessor object)
See also
Types
Properties
Link copied to clipboard
Accesses a keystore via a custom JKSAccessor. Use keystoreCustomAccessor { accessor = ... }
Link copied to clipboard
Constructs an ephemeral keystore. This is the default.
Link copied to clipboard
Accesses a keystore on disk. Automatically flushes back to disk. Use file { path = ... }.
Link copied to clipboard
Constructs a keystore that accesses the provided Java KeyStore object. Use withBackingObject { store = ... }.