Package | Description |
---|---|
com.guardtime.ksi.trust |
Trust provider classes
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidCertificateException
This exception will be thrown when certificate does not match with configured certificate selector.
|
class |
InvalidCmsSignatureException
This exception will be thrown if CMS/PKCS#7 signature is invalid.
|
class |
InvalidKeyStoreException
This exception will be thrown if JKS loading fails.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PKITrustStore.isTrusted(X509Certificate certificate,
org.bouncycastle.util.Store certStore) |
boolean |
JKSTrustStore.isTrusted(X509Certificate certificate,
org.bouncycastle.util.Store certStore)
This method is used to check if certificate is trusted or not.
|
void |
CMSSignatureVerifier.verify(CMSSignature signature) |
Copyright © 2024 Guardtime. All rights reserved.