An instance of this class encapsulates the information needed to instantiate and initialize a KeyStore object. That process is triggered when the {@linkplain #getKeyStore} method is called.
This makes it possible to decouple configuration from KeyStore object creation and e.g. delay a password prompt until it is needed. @see KeyStore @see javax.net.ssl.KeyStoreBuilderParameters @since 1.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|