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