Class PKCS12StoreParameter

java.lang.Object
org.bouncycastle.jcajce.PKCS12StoreParameter
org.bouncycastle.jcajce.provider.config.PKCS12StoreParameter
All Implemented Interfaces:
KeyStore.LoadStoreParameter

public class PKCS12StoreParameter extends PKCS12StoreParameter
Deprecated.
use org.bouncycastle.jcajce.PKCS12StoreParameter
  • Constructor Details

    • PKCS12StoreParameter

      public PKCS12StoreParameter(OutputStream out, char[] password)
      Deprecated.
    • PKCS12StoreParameter

      public PKCS12StoreParameter(OutputStream out, KeyStore.ProtectionParameter protectionParameter)
      Deprecated.
    • PKCS12StoreParameter

      public PKCS12StoreParameter(OutputStream out, char[] password, boolean forDEREncoding)
      Deprecated.
    • PKCS12StoreParameter

      public PKCS12StoreParameter(OutputStream out, char[] password, boolean forDEREncoding, boolean overwriteFriendlyName)
      Deprecated.
    • PKCS12StoreParameter

      public PKCS12StoreParameter(OutputStream out, KeyStore.ProtectionParameter protectionParameter, boolean forDEREncoding)
      Deprecated.