Class SimpleMemoryKeyStoreLoadStoreParameter

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

    public class SimpleMemoryKeyStoreLoadStoreParameter
    extends java.lang.Object
    implements java.security.KeyStore.LoadStoreParameter
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.security.cert.X509Certificate[] certs
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.security.cert.X509Certificate[] getCerts()
      Deprecated.
       
      java.security.KeyStore.ProtectionParameter getProtectionParameter()
      Deprecated.
       
      void setCerts​(java.security.cert.X509Certificate[] certs)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • certs

        private java.security.cert.X509Certificate[] certs
        Deprecated.
    • Constructor Detail

      • SimpleMemoryKeyStoreLoadStoreParameter

        public SimpleMemoryKeyStoreLoadStoreParameter()
        Deprecated.
    • Method Detail

      • getCerts

        public java.security.cert.X509Certificate[] getCerts()
        Deprecated.
      • setCerts

        public void setCerts​(java.security.cert.X509Certificate[] certs)
        Deprecated.
      • getProtectionParameter

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