| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Signer |
SignerFactory.makeSigner(SignerFactory.Type type,
String alias,
KeyRing keyring,
Provider provider,
SignatureAlgorithm algorithm)
Creates a signer of the given type, initialising it with the given
algorithm information and the given key store to access the private key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PdfSigner |
| Modifier and Type | Class and Description |
|---|---|
class |
PKCS7Signer |
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.