public enum JwtRsaSsaPkcs1Algorithm extends Enum<JwtRsaSsaPkcs1Algorithm> implements com.google.protobuf.Internal.EnumLite
See https://datatracker.ietf.org/doc/html/rfc7518#section-3.3Protobuf enum
google.crypto.tink.JwtRsaSsaPkcs1Algorithm| Enum Constant and Description |
|---|
RS_UNKNOWN
RS_UNKNOWN = 0; |
RS256
RSASSA-PKCS1-v1_5 using SHA-256
|
RS384
RSASSA-PKCS1-v1_5 using SHA-384
|
RS512
RSASSA-PKCS1-v1_5 using SHA-512
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
RS_UNKNOWN_VALUE
RS_UNKNOWN = 0; |
static int |
RS256_VALUE
RSASSA-PKCS1-v1_5 using SHA-256
|
static int |
RS384_VALUE
RSASSA-PKCS1-v1_5 using SHA-384
|
static int |
RS512_VALUE
RSASSA-PKCS1-v1_5 using SHA-512
|
| Modifier and Type | Method and Description |
|---|---|
static JwtRsaSsaPkcs1Algorithm |
forNumber(int value) |
int |
getNumber() |
static com.google.protobuf.Internal.EnumLiteMap<JwtRsaSsaPkcs1Algorithm> |
internalGetValueMap() |
static com.google.protobuf.Internal.EnumVerifier |
internalGetVerifier() |
static JwtRsaSsaPkcs1Algorithm |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JwtRsaSsaPkcs1Algorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JwtRsaSsaPkcs1Algorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JwtRsaSsaPkcs1Algorithm RS_UNKNOWN
RS_UNKNOWN = 0;public static final JwtRsaSsaPkcs1Algorithm RS256
RSASSA-PKCS1-v1_5 using SHA-256
RS256 = 1;public static final JwtRsaSsaPkcs1Algorithm RS384
RSASSA-PKCS1-v1_5 using SHA-384
RS384 = 2;public static final JwtRsaSsaPkcs1Algorithm RS512
RSASSA-PKCS1-v1_5 using SHA-512
RS512 = 3;public static final JwtRsaSsaPkcs1Algorithm UNRECOGNIZED
public static final int RS_UNKNOWN_VALUE
RS_UNKNOWN = 0;public static final int RS256_VALUE
RSASSA-PKCS1-v1_5 using SHA-256
RS256 = 1;public static final int RS384_VALUE
RSASSA-PKCS1-v1_5 using SHA-384
RS384 = 2;public static final int RS512_VALUE
RSASSA-PKCS1-v1_5 using SHA-512
RS512 = 3;public static JwtRsaSsaPkcs1Algorithm[] values()
for (JwtRsaSsaPkcs1Algorithm c : JwtRsaSsaPkcs1Algorithm.values()) System.out.println(c);
public static JwtRsaSsaPkcs1Algorithm 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite@Deprecated public static JwtRsaSsaPkcs1Algorithm valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static JwtRsaSsaPkcs1Algorithm forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<JwtRsaSsaPkcs1Algorithm> internalGetValueMap()
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()