com.ibm.crypto.fips.provider
Class IBMJCEFIPS
- 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.crypto.fips.provider.IBMJCEFIPS
All implemented interfaces:
ModuleStatus, java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>
- public final class IBMJCEFIPS
- extends java.security.Provider
- implements ModuleStatus
See Also:
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
Constructor and Description |
---|
IBMJCEFIPS()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getFipsLevel()
Method returns the cryptographic modules FIPS 140-2 certification level
|
|
getSelfTest()
Method returns a SelfTest object that can be used to
|
|
isFipsCertified()
Method identifies if the cryptographic module is FIPS 140-2 certified
|
|
propertyNames()
|
Methods inherited from class java.security.Provider |
---|
clear, entrySet, getInfo, getName, getService, getServices, getVersion, keySet, load, put, putAll, putService, remove, removeService, toString, values |
Methods inherited from class java.util.Properties |
---|
getProperty, getProperty, list, list, load, loadFromXML, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
Methods inherited from class java.util.Hashtable |
---|
clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail
IBMJCEFIPS
- public IBMJCEFIPS()
Method Detail
propertyNames
- public java.util.Enumeration propertyNames( )
Overrides:
propertyNames
in class java.util.Properties
isFipsCertified
- public boolean isFipsCertified( )
Method identifies if the cryptographic module is FIPS 140-2 certified
Specified by:
isFipsCertified
in interface ModuleStatus
getFipsLevel
- public int getFipsLevel()
Method returns the cryptographic modules FIPS 140-2 certification level
Specified by:
getFipsLevel
in interface ModuleStatus
getSelfTest
- public java.lang.Object getSelfTest( )
Method returns a SelfTest object that can be used to
Specified by:
getSelfTest
in interface ModuleStatus
See Also: