| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
Algorithm.get(java.lang.String name) |
Algorithm |
Signature.getAlgorithm() |
static Algorithm |
Algorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Algorithm[] |
Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Signature(java.lang.String keyId,
Algorithm algorithm,
java.lang.String signature,
java.util.List<java.lang.String> headers) |
Signature(java.lang.String keyId,
Algorithm algorithm,
java.lang.String signature,
java.lang.String... headers) |
Copyright © 2014-2015 Tomitribe Corporation. All Rights Reserved.