Package org.conscrypt
Class ChainStrengthAnalyzer
- java.lang.Object
-
- org.conscrypt.ChainStrengthAnalyzer
-
-
Constructor Summary
Constructors Constructor Description ChainStrengthAnalyzer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheck(X509Certificate[] chain)static voidcheck(List<X509Certificate> chain)static voidcheckCert(X509Certificate cert)
-
-
-
Method Detail
-
check
public static final void check(X509Certificate[] chain) throws CertificateException
- Throws:
CertificateException
-
check
public static final void check(List<X509Certificate> chain) throws CertificateException
- Throws:
CertificateException
-
checkCert
public static final void checkCert(X509Certificate cert) throws CertificateException
- Throws:
CertificateException
-
-