public interface PrivateKeyStore
Modifier and Type | Method and Description |
---|---|
KeyStore |
getKeyStore()
Returns a java KeyStore object.
|
String |
getPassword()
Returns the KeyStore password as a String.
|
Object |
getUniqueId()
Returns a unique id for this PrivateKeyStore.
|
KeyStore getKeyStore()
String getPassword()
Object getUniqueId()
Object.toString()
,
Object.hashCode()
, and Object.equals(java.lang.Object)
method implementations and may therefore be used for things
like comparing PrivateKeyStores.