- All Known Implementing Classes:
BasicTrustRootIndex
public interface TrustRootIndex
An index of trusted root certificates.
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionFinds a trusted CA certificate that is an issuer ofcertand has a valid signature.
-
Method Details
-
findByIssuerAndSignature
Finds a trusted CA certificate that is an issuer ofcertand has a valid signature.- Parameters:
cert- The certificate for which to find the issuer.- Returns:
- The signing CA certificate, or
nullif no trusted issuer is found.
-