public final class AndroidTrustRootIndex extends Objectimplements TrustRootIndex
RealTrustRootIndex because it doesn't need to load and index trusted CA certificates.
| Constructor and Description |
|---|
AndroidTrustRootIndex(X509TrustManager
|
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
findByIssuerAndSignature(X509Certificate
Returns the trusted CA certificate that signed
cert.
|
static TrustRootIndex |
get(X509TrustManager
|
public AndroidTrustRootIndex(X509TrustManagertrustManager, Method findByIssuerAndSignatureMethod)
public X509CertificatefindByIssuerAndSignature(X509Certificate cert)
TrustRootIndex
cert.
public static TrustRootIndexget(X509TrustManager trustManager)