public interface PKITrustStore
Modifier and Type | Method and Description |
---|---|
boolean |
isTrusted(X509Certificate certificate,
org.bouncycastle.util.Store certStore) |
boolean isTrusted(X509Certificate certificate, org.bouncycastle.util.Store certStore) throws CryptoException
certificate
- instance of PKI X.509 certificate. not null.certStore
- additional certificates to be used to check if certificate chain is trusted or not.CryptoException
Copyright © 2024 Guardtime. All rights reserved.