com.ibm.crypto.provider
Class IBMJCE

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by java.security.Provider
                  extended by com.ibm.crypto.provider.IBMJCE
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public final class IBMJCE
extends Provider

Defines the "IBMJCE" provider. Supported algorithms and their names: - AES (ECB, CBC, CFB, OFB, PCBC) - DES (ECB, CBC, CFB, OFB, PCBC) - DES-EDE (ECB, CBC, CFB, OFB, PCBC) - Password-based Encryption (PBE) - Blowfish - Diffie-Hellman Key Agreement - HMAC-MD5, HMAC-SHA1 - MD2 - MD5 - SHA - SHA256 - SHA384 - SHA512 - MD2withRSA - MD5withRSA - SHA1withRSA - SHA1withDSA - RSA - RC2 (ECB, CBC, CFB, OFB, PCBC) - RC4 - ARCFOUR - Seal - PKCS5Padding

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.security.Provider
Provider.Service
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
IBMJCE()
           
 
Method Summary
 Enumeration 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, loadFromXML, save, setProperty, store, storeToXML, storeToXML
 
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

IBMJCE

public IBMJCE()
Method Detail

propertyNames

public Enumeration propertyNames()
Overrides:
propertyNames in class Properties