org.bouncycastle.jcajce.provider.config
Class PKCS12StoreParameter
java.lang.Object
org.bouncycastle.jcajce.provider.config.PKCS12StoreParameter
- All Implemented Interfaces:
- java.security.KeyStore.LoadStoreParameter
public class PKCS12StoreParameter
- extends java.lang.Object
- implements java.security.KeyStore.LoadStoreParameter
Constructor Summary |
PKCS12StoreParameter(java.io.OutputStream out,
char[] password)
|
PKCS12StoreParameter(java.io.OutputStream out,
char[] password,
boolean forDEREncoding)
|
PKCS12StoreParameter(java.io.OutputStream out,
java.security.KeyStore.ProtectionParameter protectionParameter)
|
PKCS12StoreParameter(java.io.OutputStream out,
java.security.KeyStore.ProtectionParameter protectionParameter,
boolean forDEREncoding)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PKCS12StoreParameter
public PKCS12StoreParameter(java.io.OutputStream out,
char[] password)
PKCS12StoreParameter
public PKCS12StoreParameter(java.io.OutputStream out,
java.security.KeyStore.ProtectionParameter protectionParameter)
PKCS12StoreParameter
public PKCS12StoreParameter(java.io.OutputStream out,
char[] password,
boolean forDEREncoding)
PKCS12StoreParameter
public PKCS12StoreParameter(java.io.OutputStream out,
java.security.KeyStore.ProtectionParameter protectionParameter,
boolean forDEREncoding)
getOutputStream
public java.io.OutputStream getOutputStream()
getProtectionParameter
public java.security.KeyStore.ProtectionParameter getProtectionParameter()
- Specified by:
getProtectionParameter
in interface java.security.KeyStore.LoadStoreParameter
isForDEREncoding
public boolean isForDEREncoding()