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.ProviderThe ZERTJSSE provider class. This is where ZERTJSSE registers for protocols and initializes variables based on system properties.- See Also:
- Serialized Form
-
-
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 booleangetUseFIPSProvider()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
-
-