org.bouncycastle.jce.provider
Class JDKPKCS12StoreParameter
java.lang.Object
org.bouncycastle.jce.provider.JDKPKCS12StoreParameter
- All Implemented Interfaces:
- java.security.KeyStore.LoadStoreParameter
public class JDKPKCS12StoreParameter
- extends java.lang.Object
- implements java.security.KeyStore.LoadStoreParameter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDKPKCS12StoreParameter
public JDKPKCS12StoreParameter()
getOutputStream
public java.io.OutputStream getOutputStream()
getProtectionParameter
public java.security.KeyStore.ProtectionParameter getProtectionParameter()
- Specified by:
getProtectionParameter
in interface java.security.KeyStore.LoadStoreParameter
isUseDEREncoding
public boolean isUseDEREncoding()
setOutputStream
public void setOutputStream(java.io.OutputStream outputStream)
setPassword
public void setPassword(char[] password)
setProtectionParameter
public void setProtectionParameter(java.security.KeyStore.ProtectionParameter protectionParameter)
setUseDEREncoding
public void setUseDEREncoding(boolean useDEREncoding)