| Modifier and Type | Method and Description |
|---|---|
static SigningAlgorithm |
SigningAlgorithm.get(java.lang.String name)
Returns the SigningAlgorithm with the specified name.
|
SigningAlgorithm |
Signature.getSigningAlgorithm()
Returns the identifier for the HTTP Signature Algorithm, as registered
in the HTTP Signature Algorithms Registry.
|
static SigningAlgorithm |
SigningAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SigningAlgorithm[] |
SigningAlgorithm.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,
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.