SslBundleKey

interface SslBundleKey

A reference to a single key obtained via SslBundle.

Author

Phillip Webb

Since

3.1.0

Properties

Link copied to clipboard
SslBundleKey that returns no values.

Functions

Link copied to clipboard
open fun assertContainsAlias(keyStore: KeyStore)
Assert that the alias is contained in the given keystore.
Link copied to clipboard
abstract fun getAlias(): String
Return the alias of the key or null if the key has no alias.
Link copied to clipboard
abstract fun getPassword(): String
Return the password that should be used to access the key or null if no password is required.
Link copied to clipboard
open fun of(password: String): SslBundleKey
open fun of(password: String, alias: String): SslBundleKey
Factory method to create a new SslBundleKey instance.