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.InputStream
getInputStream()
java.io.OutputStream
getOutputStream()
java.security.KeyStore.ProtectionParameter
getProtectionParameter()
-
-
-
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:
getProtectionParameter
in interfacejava.security.KeyStore.LoadStoreParameter
-
getOutputStream
public java.io.OutputStream getOutputStream()
-
getInputStream
public java.io.InputStream getInputStream()
-
-