public final class BasicTrustRootIndex extends Object implements TrustRootIndex
| Constructor and Description |
|---|
BasicTrustRootIndex(X509Certificate... caCerts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
X509Certificate |
findByIssuerAndSignature(X509Certificate cert)
Returns the trusted CA certificate that signed
cert. |
int |
hashCode() |
public BasicTrustRootIndex(X509Certificate... caCerts)
public X509Certificate findByIssuerAndSignature(X509Certificate cert)
TrustRootIndexcert.findByIssuerAndSignature in interface TrustRootIndexCopyright © 2019. All rights reserved.