| Package | Description |
|---|---|
| org.dihedron.crypto.constants |
The package containing the definition of common constants.
|
| Modifier and Type | Method and Description |
|---|---|
static SignatureFormat |
SignatureFormat.fromString(String description)
Tries to find a
SignatureFormat value corresponding to the given
textual description; the comparison is performed case insensitively. |
static SignatureFormat |
SignatureFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureFormat[] |
SignatureFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.