Package org.bouncycastle.jcajce
Class BCLoadStoreParameter
- java.lang.Object
-
- org.bouncycastle.jcajce.BCLoadStoreParameter
-
- All Implemented Interfaces:
java.security.KeyStore.LoadStoreParameter
- Direct Known Subclasses:
BCFKSLoadStoreParameter
public class BCLoadStoreParameter extends java.lang.Object implements java.security.KeyStore.LoadStoreParameter
-
-
Constructor Summary
Constructors Constructor Description BCLoadStoreParameter(java.io.InputStream in, char[] password)BCLoadStoreParameter(java.io.InputStream in, java.security.KeyStore.ProtectionParameter protectionParameter)BCLoadStoreParameter(java.io.OutputStream out, char[] password)Base constructor forBCLoadStoreParameter(java.io.OutputStream out, java.security.KeyStore.ProtectionParameter protectionParameter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStreamgetInputStream()java.io.OutputStreamgetOutputStream()java.security.KeyStore.ProtectionParametergetProtectionParameter()
-
-
-
Constructor Detail
-
BCLoadStoreParameter
public BCLoadStoreParameter(java.io.OutputStream out, char[] password)Base constructor for- Parameters:
out-password-
-
BCLoadStoreParameter
public BCLoadStoreParameter(java.io.InputStream in, char[] password)
-
BCLoadStoreParameter
public BCLoadStoreParameter(java.io.InputStream in, java.security.KeyStore.ProtectionParameter protectionParameter)
-
BCLoadStoreParameter
public BCLoadStoreParameter(java.io.OutputStream out, java.security.KeyStore.ProtectionParameter protectionParameter)
-
-
Method Detail
-
getProtectionParameter
public java.security.KeyStore.ProtectionParameter getProtectionParameter()
- Specified by:
getProtectionParameterin interfacejava.security.KeyStore.LoadStoreParameter
-
getOutputStream
public java.io.OutputStream getOutputStream()
-
getInputStream
public java.io.InputStream getInputStream()
-
-