com.ibm.crypto.provider
Class IBMJCE

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byjava.security.Provider
                  extended bycom.ibm.crypto.provider.IBMJCE
All Implemented Interfaces:
Cloneable, Map, Serializable

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 - Seal - PKCS5Padding

See Also:
Serialized Form

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, getVersion, keySet, load, put, putAll, remove, toString, values
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, save, setProperty, store
 
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()