Package java.security
Interface KeyStore.LoadStoreParameter
- All Known Implementing Classes:
JDKPKCS12StoreParameter,PKCS12StoreParameter
- Enclosing class:
- KeyStore
public static interface KeyStore.LoadStoreParameter
LoadStoreParameter represents a parameter that specifies how a
KeyStore can be loaded and stored.-
Method Summary
Modifier and Type Method Description KeyStore.ProtectionParametergetProtectionParameter()Returns theProtectionParameterwhich is used to protect data in theKeyStore.
-
Method Details
-
getProtectionParameter
KeyStore.ProtectionParameter getProtectionParameter()Returns theProtectionParameterwhich is used to protect data in theKeyStore.- Returns:
- the
ProtectionParameterwhich is used to protect data in theKeyStore, maybenull.
-