Class JDKPKCS12StoreParameter

  • All Implemented Interfaces:
    java.security.KeyStore.LoadStoreParameter

    public class JDKPKCS12StoreParameter
    extends java.lang.Object
    implements java.security.KeyStore.LoadStoreParameter
    Deprecated.
    use org.bouncycastle.jcajce.config.PKCS12StoreParameter
    • Constructor Detail

      • JDKPKCS12StoreParameter

        public JDKPKCS12StoreParameter()
        Deprecated.
    • Method Detail

      • getOutputStream

        public java.io.OutputStream getOutputStream()
        Deprecated.
      • getProtectionParameter

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

        public boolean isUseDEREncoding()
        Deprecated.
      • setOutputStream

        public void setOutputStream​(java.io.OutputStream outputStream)
        Deprecated.
      • setPassword

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

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

        public void setUseDEREncoding​(boolean useDEREncoding)
        Deprecated.