| Package | Description |
|---|---|
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
static JwtEcdsaAlgorithm |
JwtEcdsaAlgorithm.forNumber(int value) |
JwtEcdsaAlgorithm |
JwtEcdsaPublicKeyOrBuilder.getAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
JwtEcdsaAlgorithm |
JwtEcdsaPublicKey.getAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
JwtEcdsaAlgorithm |
JwtEcdsaPublicKey.Builder.getAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
JwtEcdsaAlgorithm |
JwtEcdsaKeyFormatOrBuilder.getAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
JwtEcdsaAlgorithm |
JwtEcdsaKeyFormat.getAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
JwtEcdsaAlgorithm |
JwtEcdsaKeyFormat.Builder.getAlgorithm()
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
static JwtEcdsaAlgorithm |
JwtEcdsaAlgorithm.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JwtEcdsaAlgorithm |
JwtEcdsaAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JwtEcdsaAlgorithm[] |
JwtEcdsaAlgorithm.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<JwtEcdsaAlgorithm> |
JwtEcdsaAlgorithm.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
JwtEcdsaPublicKey.Builder |
JwtEcdsaPublicKey.Builder.setAlgorithm(JwtEcdsaAlgorithm value)
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |
JwtEcdsaKeyFormat.Builder |
JwtEcdsaKeyFormat.Builder.setAlgorithm(JwtEcdsaAlgorithm value)
.google.crypto.tink.JwtEcdsaAlgorithm algorithm = 2; |