java.security.KeyStore.LoadStoreParameter |
LoadStoreParameter
represents a parameter that specifies how a
KeyStore
can be loaded and stored.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the
ProtectionParameter which is used to protect data
in the KeyStore .
|
Returns the ProtectionParameter
which is used to protect data
in the KeyStore
.
Returns | |
---|---|
KeyStore.ProtectionParameter |
the ProtectionParameter which is used to protect data
in the KeyStore , maybe null .
|