| Package | Description |
|---|---|
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
static JwtHmacAlgorithm |
JwtHmacAlgorithm.forNumber(int value) |
JwtHmacAlgorithm |
JwtHmacKeyOrBuilder.getAlgorithm()
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2; |
JwtHmacAlgorithm |
JwtHmacKeyFormatOrBuilder.getAlgorithm()
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2; |
JwtHmacAlgorithm |
JwtHmacKeyFormat.getAlgorithm()
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2; |
JwtHmacAlgorithm |
JwtHmacKeyFormat.Builder.getAlgorithm()
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2; |
JwtHmacAlgorithm |
JwtHmacKey.getAlgorithm()
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2; |
JwtHmacAlgorithm |
JwtHmacKey.Builder.getAlgorithm()
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2; |
static JwtHmacAlgorithm |
JwtHmacAlgorithm.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JwtHmacAlgorithm |
JwtHmacAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JwtHmacAlgorithm[] |
JwtHmacAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<JwtHmacAlgorithm> |
JwtHmacAlgorithm.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
JwtHmacKeyFormat.Builder |
JwtHmacKeyFormat.Builder.setAlgorithm(JwtHmacAlgorithm value)
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2; |
JwtHmacKey.Builder |
JwtHmacKey.Builder.setAlgorithm(JwtHmacAlgorithm value)
.google.crypto.tink.JwtHmacAlgorithm algorithm = 2; |