public class BCLoadStoreParameter
extends java.lang.Object
implements java.security.KeyStore.LoadStoreParameter
| Constructor and 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 for
|
BCLoadStoreParameter(java.io.OutputStream out,
java.security.KeyStore.ProtectionParameter protectionParameter) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream() |
java.io.OutputStream |
getOutputStream() |
java.security.KeyStore.ProtectionParameter |
getProtectionParameter() |
public BCLoadStoreParameter(java.io.OutputStream out,
char[] password)
out - password - public BCLoadStoreParameter(java.io.InputStream in,
char[] password)
public BCLoadStoreParameter(java.io.InputStream in,
java.security.KeyStore.ProtectionParameter protectionParameter)
public BCLoadStoreParameter(java.io.OutputStream out,
java.security.KeyStore.ProtectionParameter protectionParameter)
public java.security.KeyStore.ProtectionParameter getProtectionParameter()
getProtectionParameter in interface java.security.KeyStore.LoadStoreParameterpublic java.io.OutputStream getOutputStream()
public java.io.InputStream getInputStream()