| Package | Description |
|---|---|
| org.dihedron.crypto.operations.sign |
| Modifier and Type | Method and Description |
|---|---|
static SignerFactory.Type |
SignerFactory.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignerFactory.Type[] |
SignerFactory.Type.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(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.
|
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.