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