public abstract class

CertPathHelper

extends Object
java.lang.Object
   ↳ sun.security.provider.certpath.CertPathHelper

Class Overview

Helper class that allows access to Sun specific known-public methods in the java.security.cert package. It relies on a subclass in the java.security.cert packages that is initialized before any of these methods are called (achieved via static initializers). The methods are made available in this fashion for performance reasons.

Summary

Fields
protected static CertPathHelper instance Object used to tunnel the calls.
Protected Constructors
CertPathHelper()
Protected Methods
abstract void implSetPathToNames(X509CertSelector sel, Set<GeneralNameInterface> names)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected static CertPathHelper instance

Object used to tunnel the calls. Initialized by CertPathHelperImpl.

Protected Constructors

protected CertPathHelper ()

Protected Methods

protected abstract void implSetPathToNames (X509CertSelector sel, Set<GeneralNameInterface> names)