Package org.conscrypt
Interface ConscryptCertStore
A certificate store that supports additional operations that are used in
TrustManagerImpl. This is primarily implemented by the cert store on the
Android platform.
-
Method Summary
Modifier and TypeMethodDescriptionReturns all CA certificates with the public key that was used to sign the providedX509Certificate
.Returns a stored CA certificate with the same name and public key as the providedX509Certificate
.
-
Method Details
-
getTrustAnchor
Returns a stored CA certificate with the same name and public key as the providedX509Certificate
. -
findAllIssuers
Returns all CA certificates with the public key that was used to sign the providedX509Certificate
.
-