public class BCLoadStoreParameter extends Object implements KeyStore.LoadStoreParameter
Constructor and Description |
---|
BCLoadStoreParameter(InputStream in,
char[] password) |
BCLoadStoreParameter(InputStream in,
KeyStore.ProtectionParameter protectionParameter) |
BCLoadStoreParameter(OutputStream out,
char[] password)
Base constructor for
|
BCLoadStoreParameter(OutputStream out,
KeyStore.ProtectionParameter protectionParameter) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
KeyStore.ProtectionParameter |
getProtectionParameter() |
public BCLoadStoreParameter(OutputStream out, char[] password)
out
- password
- public BCLoadStoreParameter(InputStream in, char[] password)
public BCLoadStoreParameter(InputStream in, KeyStore.ProtectionParameter protectionParameter)
public BCLoadStoreParameter(OutputStream out, KeyStore.ProtectionParameter protectionParameter)
public KeyStore.ProtectionParameter getProtectionParameter()
getProtectionParameter
in interface KeyStore.LoadStoreParameter
public OutputStream getOutputStream()
public InputStream getInputStream()
Copyright © 2021 BouncyCastle.org. All rights reserved.