public enum SignatureMethod extends Enum<SignatureMethod>
| Enum Constant and Description |
|---|
ES512 |
HMACSHA1 |
HMACSHA256 |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getOauth1SignatureMethod() |
static SignatureMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignatureMethod HMACSHA1
public static final SignatureMethod HMACSHA256
public static final SignatureMethod ES512
public static SignatureMethod[] values()
for (SignatureMethod c : SignatureMethod.values()) System.out.println(c);
public static SignatureMethod valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAlgorithm()
public String getOauth1SignatureMethod()
Copyright © 2022 HERE Europe B.V. All Rights Reserved.