Package org.bouncycastle.jcajce
Class BCLoadStoreParameter
- java.lang.Object
-
- org.bouncycastle.jcajce.BCLoadStoreParameter
-
- All Implemented Interfaces:
KeyStore.LoadStoreParameter
- Direct Known Subclasses:
BCFKSLoadStoreParameter
public class BCLoadStoreParameter extends Object implements KeyStore.LoadStoreParameter
-
-
Constructor Summary
Constructors Constructor Description BCLoadStoreParameter(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
getInputStream()
OutputStream
getOutputStream()
KeyStore.ProtectionParameter
getProtectionParameter()
-
-
-
Constructor Detail
-
BCLoadStoreParameter
public BCLoadStoreParameter(OutputStream out, char[] password)
Base constructor for- Parameters:
out
-password
-
-
BCLoadStoreParameter
public BCLoadStoreParameter(InputStream in, char[] password)
-
BCLoadStoreParameter
public BCLoadStoreParameter(InputStream in, KeyStore.ProtectionParameter protectionParameter)
-
BCLoadStoreParameter
public BCLoadStoreParameter(OutputStream out, KeyStore.ProtectionParameter protectionParameter)
-
-
Method Detail
-
getProtectionParameter
public KeyStore.ProtectionParameter getProtectionParameter()
- Specified by:
getProtectionParameter
in interfaceKeyStore.LoadStoreParameter
-
getOutputStream
public OutputStream getOutputStream()
-
getInputStream
public InputStream getInputStream()
-
-