Skip navigation links

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

E10697-02


oracle.security.crypto.jce.provider
Class JCEVerifier

java.lang.Object
  extended by oracle.security.crypto.jce.provider.JCEVerifier


public class JCEVerifier
extends java.lang.Object

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

JCEVerifier

public JCEVerifier()

Method Detail

performAuthentication

public static void performAuthentication()
Performs both the JCE framework verification and the Oracle library integrity check as prescribed by the JCE 1.2.1 specification.

These are accomplished by calling the private methods verifyJCEFramework() and verifyPhaosProvider().

Throws:
java.lang.SecurityException - is thrown through if there are problems with the verification.

Skip navigation links

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

E10697-02


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