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)
TrustRootIndex
cert
.findByIssuerAndSignature
in interface TrustRootIndex
Copyright © 2018. All rights reserved.