public class JDKPKCS12StoreParameter extends Object implements KeyStore.LoadStoreParameter
| Constructor and Description |
|---|
JDKPKCS12StoreParameter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getOutputStream()
Deprecated.
|
KeyStore.ProtectionParameter |
getProtectionParameter()
Deprecated.
|
boolean |
isUseDEREncoding()
Deprecated.
|
void |
setOutputStream(OutputStream outputStream)
Deprecated.
|
void |
setPassword(char[] password)
Deprecated.
|
void |
setProtectionParameter(KeyStore.ProtectionParameter protectionParameter)
Deprecated.
|
void |
setUseDEREncoding(boolean useDEREncoding)
Deprecated.
|
public OutputStream getOutputStream()
public KeyStore.ProtectionParameter getProtectionParameter()
getProtectionParameter in interface KeyStore.LoadStoreParameterpublic boolean isUseDEREncoding()
public void setOutputStream(OutputStream outputStream)
public void setPassword(char[] password)
public void setProtectionParameter(KeyStore.ProtectionParameter protectionParameter)
public void setUseDEREncoding(boolean useDEREncoding)
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.