Class JDKPKCS12StoreParameter

java.lang.Object
org.bouncycastle.jce.provider.JDKPKCS12StoreParameter
All Implemented Interfaces:
KeyStore.LoadStoreParameter

public class JDKPKCS12StoreParameter extends Object implements KeyStore.LoadStoreParameter
Deprecated.
use org.bouncycastle.jcajce.config.PKCS12StoreParameter
  • Constructor Details

    • JDKPKCS12StoreParameter

      public JDKPKCS12StoreParameter()
      Deprecated.
  • Method Details

    • getOutputStream

      public OutputStream getOutputStream()
      Deprecated.
    • getProtectionParameter

      public KeyStore.ProtectionParameter getProtectionParameter()
      Deprecated.
      Specified by:
      getProtectionParameter in interface KeyStore.LoadStoreParameter
    • isUseDEREncoding

      public boolean isUseDEREncoding()
      Deprecated.
    • setOutputStream

      public void setOutputStream(OutputStream outputStream)
      Deprecated.
    • setPassword

      public void setPassword(char[] password)
      Deprecated.
    • setProtectionParameter

      public void setProtectionParameter(KeyStore.ProtectionParameter protectionParameter)
      Deprecated.
    • setUseDEREncoding

      public void setUseDEREncoding(boolean useDEREncoding)
      Deprecated.