public class JDKPKCS12StoreParameter extends Object implements KeyStore.LoadStoreParameter
Constructor and Description |
---|
JDKPKCS12StoreParameter() |
Modifier and Type | Method and Description |
---|---|
OutputStream |
getOutputStream() |
KeyStore.ProtectionParameter |
getProtectionParameter() |
boolean |
isUseDEREncoding() |
void |
setOutputStream(OutputStream outputStream) |
void |
setPassword(char[] password) |
void |
setProtectionParameter(KeyStore.ProtectionParameter protectionParameter) |
void |
setUseDEREncoding(boolean useDEREncoding) |
public OutputStream getOutputStream()
public KeyStore.ProtectionParameter getProtectionParameter()
getProtectionParameter
in interface KeyStore.LoadStoreParameter
public 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. All rights reserved.