TrustStore.findIssuer
X509Certificate findIssuer(X509Certificate cert)Finds a trusted root that issued the given certificate.
Parameters
cert | The certificate to find an issuer for. |
Returns
The issuing trusted root, or null if not found.
X509Certificate findIssuer(X509Certificate cert)Finds a trusted root that issued the given certificate.
cert | The certificate to find an issuer for. |