com.ibm.crypto.provider
Class IBMJCE

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--java.util.Properties
                    |
                    +--java.security.Provider
                          |
                          +--com.ibm.crypto.provider.IBMJCE

public final class IBMJCE
extends Provider

Defines the "IBMJCE" provider. Supported algorithms and their names: - 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 - MD2withRSA - MD5withRSA - SHA1withRSA - SHA1withDSA - RSA - RC2 (ECB, CBC, CFB, OFB, PCBC) - RC4 - Seal - PKCS5Padding

See Also:
Serialized Form

Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
IBMJCE()
           
 
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, propertyNames, 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()