public
static
interface
KeyStore.LoadStoreParameter
java.security.KeyStore.LoadStoreParameter |
A marker interface for KeyStore
load
and
store
parameters.
Public methods | |
---|---|
abstract
KeyStore.ProtectionParameter
|
getProtectionParameter()
Gets the parameter used to protect keystore data. |
KeyStore.ProtectionParameter getProtectionParameter ()
Gets the parameter used to protect keystore data.
Returns | |
---|---|
KeyStore.ProtectionParameter |
the parameter used to protect keystore data, or null |