public abstract class CertPathHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static CertPathHelper |
instance
Object used to tunnel the calls.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CertPathHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
implIsJdkCA(java.security.cert.TrustAnchor anchor) |
protected abstract void |
implSetDateAndTime(java.security.cert.X509CRLSelector sel,
java.util.Date date,
long skew) |
protected abstract void |
implSetPathToNames(java.security.cert.X509CertSelector sel,
java.util.Set<GeneralNameInterface> names) |
static boolean |
isJdkCA(java.security.cert.TrustAnchor anchor) |
static void |
setDateAndTime(java.security.cert.X509CRLSelector sel,
java.util.Date date,
long skew) |
protected static CertPathHelper instance
protected abstract void implSetPathToNames(java.security.cert.X509CertSelector sel,
java.util.Set<GeneralNameInterface> names)
protected abstract void implSetDateAndTime(java.security.cert.X509CRLSelector sel,
java.util.Date date,
long skew)
protected abstract boolean implIsJdkCA(java.security.cert.TrustAnchor anchor)
public static void setDateAndTime(java.security.cert.X509CRLSelector sel,
java.util.Date date,
long skew)
public static boolean isJdkCA(java.security.cert.TrustAnchor anchor)