| Package | Description |
|---|---|
| org.dihedron.crypto.operations | |
| org.dihedron.crypto.operations.sign | |
| org.dihedron.crypto.operations.verify |
| Modifier and Type | Method and Description |
|---|---|
static EnvelopeFormat |
EnvelopeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvelopeFormat[] |
EnvelopeFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Verifier |
VerifierFactory.makeVerifier(EnvelopeFormat format)
Creates a verifier of the given type.
|
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.