Bouncy Castle Cryptography 1.50

org.bouncycastle.jcajce.provider.config
Class PKCS12StoreParameter

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.io.OutputStream getOutputStream()
           
 java.security.KeyStore.ProtectionParameter getProtectionParameter()
           
 boolean isForDEREncoding()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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()

Bouncy Castle Cryptography 1.50