Method Summary |
|
CertStore | getCertStore() Get the Certificate Store. |
KeyStore | getKeyStore() Get the initialized KeyStore instance.
a KeyStore instance. |
String | getKeyStorePassword() Get the the password required for accessing the KeyStore. |
String | getName() Get the KeyStoreManager Name. |
KeyStore | getTrustStore() Get the initialized TrustStore instance.
a TrustStore instance. |
String | getType() Get the Type String. |
void | initialize(Properties initProperties) Initialize this KeyStore Service. |
void | reload() Reload / Synchronize the Key / Trust Stores. |
void | setName(String name) Set the KeyStoreManager Name. |
void | setType(String type) Set the type string. |