Package org.conscrypt
Class ChainStrengthAnalyzer
java.lang.Object
org.conscrypt.ChainStrengthAnalyzer
Analyzes the cryptographic strength of a chain of X.509 certificates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final voidcheck(X509Certificate[] chain) static final voidcheck(List<X509Certificate> chain) static final voidcheckCert(X509Certificate cert)
-
Constructor Details
-
ChainStrengthAnalyzer
public ChainStrengthAnalyzer()
-
-
Method Details
-
check
- Throws:
CertificateException
-
check
- Throws:
CertificateException
-
checkCert
- Throws:
CertificateException
-