Skip navigation links

Oracle Security Developer Tools JCE Java API Reference
11g (11.1.1)

E10697-02


oracle.security.crypto.jce.provider
Class OracleJCE

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by java.security.Provider
                  extended by oracle.security.crypto.jce.provider.OracleJCE

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public final class OracleJCE
extends java.security.Provider

The Outline of Phaos - Chrysalis-ITS Luna Security Provider Interface.
Algorithms supported:
- Message Digest Algorithms: SHA, MD5, MD2
- Key and Parameter Algorithms: RSA, DSA, DiffieHellman, RC2, RC5, DES, DESede, CAST, CAST3, CAST128
- Digital Signature Algorithms: SHA1withDSA, MD5withRSA, SHA1withRSA
- Symmetric Encryption/Decryption, Secret Key factories and Secret Key Generation: RC2, RC4, RC5, DES, DESede, CAST, CAST3, CAST128, PBEWithMD2AndDES, PBEWithMD5AndDES
- Public Key Encryption: RSA
- Key Agreement: DiffieHellman
- Key Pair Generation: RSA, DSA, DiffieHellman
- MAC: HmacMD5, HmacSHA1, DES, DESede, RC2, RC5, CAST, CAST3, CAST128
- PRNG: MD5PRNG, SHA1PRNG

See Also:
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from class java.security.Provider
java.security.Provider.Service

 

Field Summary
static java.lang.String INFO
           
static java.lang.String PROVIDER_NAME
           
static double VERSION
           

 

Fields inherited from class java.util.Properties
defaults

 

Constructor Summary
OracleJCE()
           

 

Method Summary

 

Methods inherited from class java.security.Provider
clear, elements, entrySet, get, getInfo, getName, getProperty, getService, getServices, getVersion, keys, keySet, load, put, putAll, putService, remove, removeService, toString, values

 

Methods inherited from class java.util.Properties
getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames

 

Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, equals, hashCode, isEmpty, rehash, size

 

Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

PROVIDER_NAME

public static final java.lang.String PROVIDER_NAME
See Also:
Constant Field Values

VERSION

public static final double VERSION
See Also:
Constant Field Values

INFO

public static final java.lang.String INFO
See Also:
Constant Field Values

Constructor Detail

OracleJCE

public OracleJCE()

Skip navigation links

Oracle Security Developer Tools JCE Java API Reference
11g (11.1.1)

E10697-02


Copyright © 2005, 2009, Oracle. All rights reserved.