KeyStore.Builder
Class KeyStore.Builder
- java.lang.Object
-
- java.security.KeyStore.Builder
- Enclosing class:
- KeyStore
public abstract static class KeyStore.Builder extends Object
A description of a to-be-instantiated KeyStore object.
An instance of this class encapsulates the information needed to instantiate and initialize a KeyStore object. That process is triggered when the 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.
- Since:
- 1.5
- See Also:
- 登录查看完整内容