| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
Algorithm.get(java.lang.String name) |
Algorithm |
Signature.getAlgorithm()
Returns the detailed implementation algorithm for HTTP signatures.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Algorithm> |
SigningAlgorithm.getSupportedAlgorithms() |
| Modifier and Type | Method and Description |
|---|---|
static Signature |
Signature.fromString(java.lang.String authorization,
Algorithm algorithm)
Constructs a Signature object by parsing the 'Authorization' header.
|
| Constructor and Description |
|---|
Signature(java.lang.String keyId,
SigningAlgorithm signingAlgorithm,
Algorithm algorithm,
java.security.spec.AlgorithmParameterSpec parameterSpec,
java.lang.String signature,
java.util.List<java.lang.String> headers) |
Copyright © 2014-2020 Tomitribe Corporation. All Rights Reserved.