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.
      Description copied from interface: KeyStore.LoadStoreParameter
      Returns the ProtectionParameter which is used to protect data in the KeyStore.
      Specified by:
      getProtectionParameter in interface KeyStore.LoadStoreParameter
      Returns:
      the ProtectionParameter which is used to protect data in the KeyStore, maybe null.
    • 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.