| Package | Description |
|---|---|
| org.dihedron.crypto.certificates | |
| org.dihedron.crypto.operations.encrypt |
The package containing classes supporting PKCS#7 encryption.
|
| org.dihedron.crypto.operations.encrypt.pkcs7 |
The package containing the classes providing encryption in PKCS#7/CMS format.
|
| org.dihedron.crypto.operations.sign | |
| org.dihedron.crypto.operations.sign.pdf | |
| org.dihedron.crypto.operations.sign.pkcs7 |
The package containing the implementation of the CMS/PKCS#7 signer.
|
| org.dihedron.crypto.operations.verify | |
| org.dihedron.crypto.operations.verify.pdf | |
| org.dihedron.crypto.operations.verify.pkcs7 |
| Modifier and Type | Class and Description |
|---|---|
class |
Certificates
Collection of utilities to manipulate certificates; it provides ways to
get the certificate usage, to build a certification chain for a given
certificate and to verify it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Encryptor
Base abstract classes for all classes providing encryption services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Pkcs7Encryptor |
| Modifier and Type | Class and Description |
|---|---|
class |
Signer
This class acts as the base class, providing common functionalities, to all
fashions of signers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDFSigner |
| Modifier and Type | Class and Description |
|---|---|
class |
PKCS7Signer |
| Modifier and Type | Class and Description |
|---|---|
class |
Verifier
This class acts as the base class, providing common functionalities to all
fashions of verifiers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDFVerifier |
| Modifier and Type | Class and Description |
|---|---|
class |
PKCS7Verifier |
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.