Class KeyStoreParametersFactory.ProxyCertParameters

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String proxyLocation  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyCertParameters​(java.lang.String proxyLocation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getProperty​(java.lang.String key)  
      java.security.KeyStore.ProtectionParameter getProtectionParameter()  
      • Methods inherited from class java.lang.Object

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

      • proxyLocation

        private java.lang.String proxyLocation
    • Constructor Detail

      • ProxyCertParameters

        public ProxyCertParameters​(java.lang.String proxyLocation)
    • Method Detail

      • getProtectionParameter

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