| 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.
|
| org.dihedron.crypto.operations.verify.pdf | |
| org.dihedron.crypto.providers.mscapi | |
| org.dihedron.crypto.providers.pkcs12 | |
| org.dihedron.crypto.providers.smartcard |
| Modifier and Type | Field and Description |
|---|---|
protected KeyRing |
SigningStreamConfigurator.keyring
The key ring (as a wrapper and helper to access the key store).
|
protected KeyRing |
Signer.keyring
The key ring (as a wrapper and helper to access the key store).
|
| Modifier and Type | Method and Description |
|---|---|
KeyRing |
SigningStreamConfigurator.getKeyRing()
Returns the value of the key ring.
|
| Modifier and Type | Method and Description |
|---|---|
static Signer |
SignerFactory.makeSigner(EnvelopeFormat format,
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.
|
SigningStreamConfigurator |
SigningStreamConfigurator.setKeyRing(KeyRing keyring)
Sets the new value of the key ring.
|
| Constructor and Description |
|---|
Signer(String alias,
KeyRing keyring,
Provider provider)
Constructor.
|
| Constructor and Description |
|---|
PDFSigner(String alias,
KeyRing keyring,
Provider provider) |
PDFSigner(String alias,
KeyRing keyring,
Provider provider,
PDFSigner.Mode mode)
Constructor.
|
| Constructor and Description |
|---|
PKCS7Signer(String alias,
KeyRing keyring,
Provider provider,
SignatureAlgorithm algorithm)
Constructor.
|
PKCS7Signer(String alias,
KeyRing keyring,
Provider provider,
String digest,
String encryption)
Constructor.
|
| Constructor and Description |
|---|
PDFVerifier(String alias,
KeyRing keyring,
Provider provider)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MicrosoftKeyRing |
| Modifier and Type | Class and Description |
|---|---|
class |
PKCS12KeyRing |
| Modifier and Type | Class and Description |
|---|---|
class |
SmartCardKeyRing |
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.