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