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.
Returns the
ProtectionParameter which is used to protect data
in the KeyStore. |
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()
KeyStore.LoadStoreParameterProtectionParameter which is used to protect data
in the KeyStore.getProtectionParameter in interface KeyStore.LoadStoreParameterProtectionParameter which is used to protect data
in the KeyStore, maybe null.public boolean isUseDEREncoding()
public void setOutputStream(OutputStream outputStream)
public void setPassword(char[] password)
public void setProtectionParameter(KeyStore.ProtectionParameter protectionParameter)
public void setUseDEREncoding(boolean useDEREncoding)