public class JCEVerifier
extends java.lang.Object
| Constructor and Description |
|---|
JCEVerifier() |
| Modifier and Type | Method and Description |
|---|---|
static void |
performAuthentication()
Performs both the JCE framework verification and the Oracle library integrity check as prescribed by the JCE 1.2.1 specification.
|
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.