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.LoadStoreParameterpublic OutputStream getOutputStream()
public InputStream getInputStream()
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.