Package org.conscrypt
Class TrustedCertificateIndex
java.lang.Object
org.conscrypt.TrustedCertificateIndex
Indexes
TrustAnchor instances so they can be found in O(1)
time instead of O(N).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidindex(TrustAnchor anchor) index(X509Certificate cert) voidreset()voidreset(Set<TrustAnchor> anchors)
-
Constructor Details
-
TrustedCertificateIndex
public TrustedCertificateIndex() -
TrustedCertificateIndex
-
-
Method Details
-
index
-
index
-
reset
public void reset() -
reset
-
findByIssuerAndSignature
-
findBySubjectAndPublicKey
-
findAllByIssuerAndSignature
-