TrustStore.isTrusted
bool isTrusted(X509Certificate cert)Checks if a certificate is in the trust store.
Parameters
cert | The certificate to check. |
Returns
True if the certificate is trusted.
bool isTrusted(X509Certificate cert)Checks if a certificate is in the trust store.
cert | The certificate to check. |