Properties

Link copied to clipboard

Whether to create the keystore file if missing. Defaults to true. Will be forced to false if readOnly = true is set.

Link copied to clipboard
lateinit var file: Path

The file to use

Link copied to clipboard

The password to protect the keystore with

Link copied to clipboard

The JCA provider to use. Leave null to use any.

Link copied to clipboard

Whether to open the keystore file in read-only mode. Changes can be made, but will not be flushed to disk. Defaults to false.

Link copied to clipboard

The KeyStore type to use