Save This Page
Home » openjdk-7 » com.sun.crypto » provider » [javadoc | source]
com.sun.crypto.provider
public final class: SunJCE [javadoc | source]
java.lang.Object
   java.util.Dictionary
      java.util.Hashtable
         java.util.Properties
            java.security.Provider
               com.sun.crypto.provider.SunJCE

All Implemented Interfaces:
    Map, Serializable, Cloneable

Defines the "SunJCE" provider. Supported algorithms and their names: - RSA encryption (PKCS#1 v1.5 and raw) - DES - DES-EDE - AES - Blowfish - RC2 - ARCFOUR (RC4 compatible) - Cipher modes ECB, CBC, CFB, OFB, PCBC, CTR, and CTS for all block ciphers - Cipher padding ISO10126Padding for non-PKCS#5 block ciphers and NoPadding and PKCS5Padding for all block ciphers - Password-based Encryption (PBE) - Diffie-Hellman Key Agreement - HMAC-MD5, HMAC-SHA1, HMAC-SHA-256, HMAC-SHA-384, HMAC-SHA-512
Field Summary
static final  boolean debug     
static final  SecureRandom RANDOM     
Constructor:
 public SunJCE() 
Method from com.sun.crypto.provider.SunJCE Summary:
ensureIntegrity,   verifySelfIntegrity
Methods from java.security.Provider:
clear,   elements,   entrySet,   get,   getInfo,   getName,   getProperty,   getService,   getServices,   getVersion,   keySet,   keys,   load,   put,   putAll,   remove,   toString,   values
Methods from java.util.Properties:
getProperty,   getProperty,   list,   list,   load,   load,   loadFromXML,   propertyNames,   save,   setProperty,   store,   store,   storeToXML,   storeToXML,   stringPropertyNames
Methods from java.util.Hashtable:
clear,   clone,   contains,   containsKey,   containsValue,   elements,   entrySet,   equals,   get,   hashCode,   isEmpty,   keySet,   keys,   put,   putAll,   remove,   size,   toString,   values
Methods from java.util.Dictionary:
elements,   get,   isEmpty,   keys,   put,   remove,   size
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.crypto.provider.SunJCE Detail:
 static  void ensureIntegrity(Class c) 
 static final boolean verifySelfIntegrity(Class c)