| BouncyCastleDigest |
Implementation for digests accessed directly from the BouncyCastle library bypassing
any provider definition.
|
| CertificateInfo |
Class containing static methods that allow you to get information from
an X509 Certificate: the issuer and the subject.
|
| CertificateInfo.X500Name |
a class that holds an X509 name
|
| CertificateInfo.X509NameTokenizer |
class for breaking up an X500 Name into it's component tokens,
similar to java.util.StringTokenizer.
|
| CertificateUtil |
This class contains a series of static methods that
allow you to retrieve information from a Certificate.
|
| CertificateVerification |
This class consists of some methods that allow you to verify certificates.
|
| CertificateVerifier |
Superclass for a series of certificate verifiers that will typically
be used in a chain.
|
| CrlClientOffline |
An implementation of the CrlClient that handles offline
Certificate Revocation Lists.
|
| CrlClientOnline |
An implementation of the CrlClient that fetches the CRL bytes
from an URL.
|
| CRLVerifier |
Class that allows you to verify a certificate against
one or more Certificate Revocation Lists.
|
| DigestAlgorithms |
Class that contains a map with the different message digest algorithms.
|
| EncryptionAlgorithms |
Class that contains a map with the different encryption algorithms.
|
| ExternalBlankSignatureContainer |
Produces a blank (or empty) signature.
|
| KeyStoreUtil |
Utility class with some KeyStore related methods.
|
| LtvTimestamp |
PAdES-LTV Timestamp
|
| LtvVerification |
Add verification according to PAdES-LTV (part 4)
|
| LtvVerification.ValidationData |
|
| LtvVerifier |
Verifies the signatures in an LTV document.
|
| MakeSignature |
Class that signs your PDF.
|
| MakeXmlSignature |
Class that signs your XML.
|
| MakeXmlSignature.EmptyKey |
Empty class for key simulation
|
| OcspClientBouncyCastle |
OcspClient implementation using BouncyCastle.
|
| OCSPVerifier |
Class that allows you to verify a certificate against
one or more OCSP responses.
|
| PdfPKCS7 |
This class does all the processing related to signing
and verifying a PKCS#7 signature.
|
| PdfSignatureAppDictionary |
A dictionary that stores the name of the application that signs the PDF.
|
| PdfSignatureBuildProperties |
Dictionary that stores signature build properties.
|
| PrivateKeySignature |
Implementation of the ExternalSignature interface that can be used
when you have a PrivateKey object.
|
| ProviderDigest |
|
| RootStoreVerifier |
Verifies a certificate against a KeyStore
containing trusted anchors.
|
| SecurityConstants |
|
| SecurityIDs |
A list of IDs that are used by the security classes
|
| SignaturePermissions |
A helper class that tells you more about the type of signature
(certification or approval) and the signature's DMP settings.
|
| SignaturePolicyInfo |
Class that encapsulates the signature policy information
|
| TSAClientBouncyCastle |
Time Stamp Authority Client interface implementation using Bouncy Castle
org.bouncycastle.tsp package.
|
| VerificationOK |
Class that informs you that the verification of a Certificate
succeeded using a specific CertificateVerifier and for a specific
reason.
|