com.eaio.nativecall
Class Verifiers

java.lang.Object
  |
  +--com.eaio.nativecall.Verifiers

final class Verifiers
extends Object

Verifiers instantiates the matching Verifier for the current operating system.

Author:
Johann Burkard

Method Summary
(package private) static Verifier getInstance()
          Returns the Verifier.
(package private) static void init()
          Find the matching Verifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

static void init()
          throws sun.misc.ServiceConfigurationError,
                 SecurityException
Find the matching Verifier.

Throws:
sun.misc.ServiceConfigurationError
SecurityException

getInstance

static Verifier getInstance()
Returns the Verifier.

Returns:
a Verifier or null