Package | Description |
---|---|
it.trento.comune.j4sign.verification |
This package contains the core verification features:
CRL download, verification and caching, root certificates package check, implementation of CAdES
verification policies.
|
Class and Description |
---|
CertificationAuthorities
CA (Certification Authorities) that issue digital certificates
(also called digital passports, X.509 certificates, or public-key certificates). |
CertValidity
This class is constructed with a certificate X509Certificate c and CertificationAuthorities C
Checks the validity of the certificate. |
RootsVerifier |
VerifyResult
Object used to perform verification about certificate validity and signature
integrity.
|
X509CertRL
Represents the set of CRL downloaded in the system.
|