Modifier and Type | Field and Description |
---|---|
private static Set | |
private static Set | |
private static final Debug | |
private static final String |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static boolean | Returns: true if the certificate is a JDK trust anchorthe certificate to check cert)Checks if a certificate is a JDK trust anchor. |
public static boolean | Returns: true if the certificate is issued by a trust anchorthe certificate to check cert)Checks if a JDK trust anchor is the issuer of a certificate. |
certIssuers | back to summary |
---|---|
private static Set<X500Principal> certIssuers |
certs | back to summary |
---|---|
private static Set<String> certs |
debug | back to summary |
---|---|
private static final Debug debug |
HASH | back to summary |
---|---|
private static final String HASH |
AnchorCertificates | back to summary |
---|---|
private AnchorCertificates() |
contains | back to summary |
---|---|
public static boolean contains(X509Certificate cert) Checks if a certificate is a JDK trust anchor.
|
issuerOf | back to summary |
---|---|
public static boolean issuerOf(X509Certificate cert) Checks if a JDK trust anchor is the issuer of a certificate.
|