JksSslStoreDetails

Details for an individual trust or key store in a JksSslStoreBundle.

Author

Scott Frederick

Phillip Webb

Since

3.1.0

Parameters

type

the key store type, for example JKS or PKCS11. A null value will use getDefaultType).

provider

the name of the key store provider

location

the location of the key store file or null if using a PKCS11 hardware store

password

the password used to unlock the store or null

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
Factory method to create a new JksSslStoreDetails instance for the given location.
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
Return a new JksSslStoreDetails instance with a new password.