@Internal public interface ConscryptCertStore
| Modifier and Type | Method and Description |
|---|---|
Set<X509Certificate> |
findAllIssuers(X509Certificate c)
Returns all CA certificates with the public key that was used to sign the
provided
X509Certificate. |
X509Certificate |
getTrustAnchor(X509Certificate c)
Returns a stored CA certificate with the same name and public key as the
provided
X509Certificate. |
X509Certificate getTrustAnchor(X509Certificate c)
X509Certificate.Set<X509Certificate> findAllIssuers(X509Certificate c)
X509Certificate.