final class SymantecTLSPolicy extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private static java.time.LocalDate |
APRIL_16_2019 |
private static java.time.LocalDate |
DECEMBER_31_2019 |
private static Map<String,java.time.LocalDate> |
EXEMPT_SUBCAS |
private static Set<String> |
FINGERPRINTS |
| 限定符 | 构造器和说明 |
|---|---|
private |
SymantecTLSPolicy() |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) static void |
checkDistrust(X509Certificate[] chain)
This method assumes the eeCert is a TLS Server Cert and chains back to
the anchor.
|
private static void |
checkNotBefore(java.time.LocalDate notBeforeDate,
java.time.LocalDate distrustDate,
X509Certificate anchor) |
private static String |
fingerprint(X509Certificate cert) |
private static final java.time.LocalDate DECEMBER_31_2019
private static final java.time.LocalDate APRIL_16_2019
static void checkDistrust(X509Certificate[] chain) throws ValidatorException
chain - the end-entity's certificate chain. The end entity cert
is at index 0, the trust anchor at index n-1.ValidatorException - if the certificate is distrustedprivate static String fingerprint(X509Certificate cert)
private static void checkNotBefore(java.time.LocalDate notBeforeDate,
java.time.LocalDate distrustDate,
X509Certificate anchor)
throws ValidatorException
Copyright © 2023. All rights reserved.