JksSslStoreBundle

SslStoreBundle backed by a Java keystore.

Author

Scott Frederick

Phillip Webb

Moritz Halbritter

Since

3.1.0

Constructors

Link copied to clipboard
constructor(keyStoreDetails: JksSslStoreDetails, trustStoreDetails: JksSslStoreDetails)
Create a new JksSslStoreBundle instance.
constructor(keyStoreDetails: JksSslStoreDetails, trustStoreDetails: JksSslStoreDetails, resourceLoader: ResourceLoader)
Create a new JksSslStoreBundle instance.

Properties

Link copied to clipboard
SslStoreBundle that returns null for each method.

Functions

Link copied to clipboard
open fun getKeyStore(): KeyStore
Return a key store generated from the trust material or null.
Link copied to clipboard
Return the password for the key in the key store or null.
Link copied to clipboard
Return a trust store generated from the trust material or null.
Link copied to clipboard
open fun of(keyStore: KeyStore, keyStorePassword: String, trustStore: KeyStore): SslStoreBundle
Factory method to create a new SslStoreBundle instance.
Link copied to clipboard
open fun toString(): String