Top Description Fields Constructors Methods
java.security.cert

pack-priv Class CertPathHelperImpl

extends CertPathHelper
Class Inheritance
Imports
java.util.Date, sun.security.provider.certpath.CertPathHelper

Helper class that allows the Sun CertPath provider to access implementation dependent APIs in CertPath framework.
Author
Andreas Sterbenz

Field Summary

Inherited from sun.security.provider.certpath.CertPathHelper:
instance

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
protected boolean
protected void
pack-priv static synchronized void
initialize()

Initialize the helper framework.

Inherited from sun.security.provider.certpath.CertPathHelper:
isJdkCAsetDateAndTime

Constructor Detail

CertPathHelperImplback to summary
private CertPathHelperImpl()

Method Detail

implIsJdkCAback to summary
protected boolean implIsJdkCA(TrustAnchor anchor)

Implements abstract sun.security.provider.certpath.CertPathHelper.implIsJdkCA.

implSetDateAndTimeback to summary
protected void implSetDateAndTime(X509CRLSelector sel, Date date, long skew)

Implements abstract sun.security.provider.certpath.CertPathHelper.implSetDateAndTime.

initializeback to summary
pack-priv static synchronized void initialize()

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 is initialized prior to a tunneled call from the Sun provider.