|
Oracle Fusion Middleware JCE Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10697-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.security.crypto.jce.provider.JCEVerifier
public class JCEVerifier
This is a package private class used to authenticate the JCE framework as well as the Oracle provider.
| Constructor Summary | |
|---|---|
JCEVerifier() |
|
| Method Summary | |
|---|---|
static void |
performAuthentication()Performs both the JCE framework verification and the Oracle library integrity check as prescribed by the JCE 1.2.1 specification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JCEVerifier()
| Method Detail |
|---|
public static void performAuthentication()
These are accomplished by calling the private methods verifyJCEFramework() and verifyPhaosProvider().
java.lang.SecurityException - is thrown through if there are problems with the verification.
|
Oracle Fusion Middleware JCE Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10697-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||