com.ibm.zertjsse

Class ZERTJSSE

  • java.lang.Object
    • java.util.Dictionary<K,V>
      • java.util.Hashtable<java.lang.Object,java.lang.Object>
        • java.util.Properties
          • java.security.Provider
            • com.ibm.zertjsse.ZERTJSSE
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>


    public final class ZERTJSSE
    extends java.security.Provider
    The ZERTJSSE provider class. This is where ZERTJSSE registers for protocols and initializes variables based on system properties.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.security.Provider

        java.security.Provider.Service
    • Field Summary

      • Fields inherited from class java.util.Properties

        defaults
    • Constructor Summary

      Constructors 
      Constructor and Description
      ZERTJSSE()
      The constructor for the ZERTJSSE provider that registers for the various protocols.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      protected static boolean getUseFIPSProvider()
      Returns whether or not ZERTJSSE is in FIPS mode.
      • Methods inherited from class java.security.Provider

        clear, compute, computeIfAbsent, computeIfPresent, elements, entrySet, forEach, get, getInfo, getName, getOrDefault, getProperty, getService, getServices, getVersion, keys, keySet, load, merge, put, putAll, putIfAbsent, putService, remove, remove, removeService, replace, replace, replaceAll, toString, values
      • Methods inherited from class java.util.Properties

        getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
      • Methods inherited from class java.util.Hashtable

        clone, contains, containsKey, containsValue, equals, hashCode, isEmpty, rehash, size
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ZERTJSSE

        public ZERTJSSE()
        The constructor for the ZERTJSSE provider that registers for the various protocols.
    • Method Detail

      • getUseFIPSProvider

        protected static boolean getUseFIPSProvider()
        Returns whether or not ZERTJSSE is in FIPS mode.
        Returns:
        A boolean indicating whether or not ZERTJSSE is in FIPS mode.
� Portions Copyright 2018 IBM Corporation. � Portions Copyright 2018, Oracle and/or its affiliates.