Class KeyStoreParametersFactory.CertKeyParameters

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String certLocations  
      private java.lang.String keyLocation  
      private java.security.KeyStore.ProtectionParameter param  
    • Constructor Summary

      Constructors 
      Constructor Description
      CertKeyParameters​(java.lang.String certLocations, java.lang.String keyLocation)  
    • 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

      • certLocations

        private java.lang.String certLocations
      • keyLocation

        private java.lang.String keyLocation
      • param

        private java.security.KeyStore.ProtectionParameter param
    • Constructor Detail

      • CertKeyParameters

        public CertKeyParameters​(java.lang.String certLocations,
                                 java.lang.String keyLocation)
    • Method Detail

      • getProtectionParameter

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