Package org.bouncycastle.jcajce
Class BCLoadStoreParameter
java.lang.Object
org.bouncycastle.jcajce.BCLoadStoreParameter
- All Implemented Interfaces:
KeyStore.LoadStoreParameter
- Direct Known Subclasses:
BCFKSLoadStoreParameter
-
Constructor Summary
ConstructorDescriptionBCLoadStoreParameter
(InputStream in, char[] password) BCLoadStoreParameter
(InputStream in, KeyStore.ProtectionParameter protectionParameter) BCLoadStoreParameter
(OutputStream out, char[] password) Base constructor forBCLoadStoreParameter
(OutputStream out, KeyStore.ProtectionParameter protectionParameter) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
BCLoadStoreParameter
Base constructor for- Parameters:
out
-password
-
-
BCLoadStoreParameter
-
BCLoadStoreParameter
-
BCLoadStoreParameter
-
-
Method Details
-
getProtectionParameter
- Specified by:
getProtectionParameter
in interfaceKeyStore.LoadStoreParameter
-
getOutputStream
-
getInputStream
-