| Interface | Description |
|---|---|
| AdvancedSignature |
Provides an abstraction for an Advanced Electronic Signature.
|
| CertificateStatusVerifier |
Implements a check that can be executed for a certificate.
|
| CertificateVerifier |
Provides information on the sources to be used in the validation process in
the context of a signature.
|
| DocumentValidator |
This is the interface to be used when implementing different signature validators.
|
| SignaturePolicyValidator | |
| SignatureScopeFinder<T extends AdvancedSignature> | |
| TimestampValidator | |
| ValidationContext |
This interface allows the implementation of the validators for: certificates, timestamps and revocation data.
|
| Class | Description |
|---|---|
| AbstractSignaturePolicyValidator | |
| BasicASNSignaturePolicyValidator |
Default implementation, checks only the hash of the policy
Note : this implementation is not registered as a service to allow overriding
|
| CAdESCertificateSource |
CertificateSource that retrieves items from a CAdES Signature
|
| CandidatesForSigningCertificate |
This class holds the list of the candidates for the signing certificate of the main signature.
|
| CertificateRef |
Reference a Certificate
|
| CertificateValidity |
This class stores the information about the validity of the signing certificate.
|
| CertifiedRole |
This class represents the certified roles extracted from the signature.
|
| CommitmentType |
This class represents the commitment type indication identifiers extracted from the signature.
|
| CommonCertificateVerifier |
This class provides the different sources used to verify the status of a certificate using the trust model.
|
| ContainerInfo | |
| CRLCertificateVerifier |
Verifier based on CRL
|
| CRLRef |
Reference to a X509CRL
|
| DefaultAdvancedSignature | |
| DefaultAdvancedSignature.RevocationDataForInclusion | |
| DiagnosticDataBuilder |
This class is used to build JAXB objects from the DSS model
|
| EmptySignaturePolicyValidator |
This class covers the case of empty signature policies (no asn1,...
|
| FullSignatureScope |
Marker class meaning that the signature covers the whole document.
|
| ManifestFile | |
| NonASN1SignaturePolicyValidator |
This class covers the case of non ASN1 signature policies (eg : PDF file and its digest)
|
| OCSPAndCRLCertificateVerifier |
Fetchs revocation data from a certificate by querying an OCSP server first and then a CRL server if no OCSP response
could be retrieved.
|
| OCSPCertificateVerifier |
Check the status of the certificate using an OCSPSource
|
| OCSPRef |
Reference an OCSPResponse
|
| OidRepository | |
| PartialSignatureScope | |
| SignatureCryptographicVerification | |
| SignaturePolicyProvider | |
| SignatureProductionPlace |
This class represents the information concerning the signature production place.
|
| SignatureScope |
This class describes the scope of the signature
|
| SignatureValidationContext |
During the validation of a signature, the software retrieves different X509 artifacts like Certificate, CRL and OCSP
Response.
|
| SignedDocumentValidator |
Validate the signed document.
|
| TimestampByGenerationTimeComparator | |
| TimestampCertificateSource | |
| TimestampInclude |
This class represents
|
| TimestampReference |
This class stocks the timestamp reference, which is composed of:
- digest algorithm used to calculate the digest value of the reference;
- digest value of the reference;
- the timestamp reference category
TimestampReferenceCategory;
- signature id in the case where the reference apply to the signature. |
| TimestampToken |
SignedToken containing a TimeStamp.
|
| ValidationResourceManager |
Copyright © 2018. All rights reserved.