Initialize the helper framework. This method must be called from
the static initializer of each class that is the target of one of
the methods in this class. This ensures that the helper if initialized
prior to a tunneled call from the Sun provider.
if (CertPathHelper.instance == null) {
CertPathHelper.instance = new CertPathHelperImpl();
}