public enum JwtRsaSsaPssAlgorithm extends Enum<JwtRsaSsaPssAlgorithm> implements com.google.protobuf.Internal.EnumLite
See https://datatracker.ietf.org/doc/html/rfc7518#section-3.5Protobuf enum
google.crypto.tink.JwtRsaSsaPssAlgorithm| Enum Constant and Description |
|---|
PS_UNKNOWN
PS_UNKNOWN = 0; |
PS256
RSASSA-PSS using SHA-256 and MGF1 with SHA-256
|
PS384
RSASSA-PSS using SHA-384 and MGF1 with SHA-384
|
PS512
RSASSA-PSS using SHA-512 and MGF1 with SHA-512
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
PS_UNKNOWN_VALUE
PS_UNKNOWN = 0; |
static int |
PS256_VALUE
RSASSA-PSS using SHA-256 and MGF1 with SHA-256
|
static int |
PS384_VALUE
RSASSA-PSS using SHA-384 and MGF1 with SHA-384
|
static int |
PS512_VALUE
RSASSA-PSS using SHA-512 and MGF1 with SHA-512
|
| Modifier and Type | Method and Description |
|---|---|
static JwtRsaSsaPssAlgorithm |
forNumber(int value) |
int |
getNumber() |
static com.google.protobuf.Internal.EnumLiteMap<JwtRsaSsaPssAlgorithm> |
internalGetValueMap() |
static com.google.protobuf.Internal.EnumVerifier |
internalGetVerifier() |
static JwtRsaSsaPssAlgorithm |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JwtRsaSsaPssAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JwtRsaSsaPssAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JwtRsaSsaPssAlgorithm PS_UNKNOWN
PS_UNKNOWN = 0;public static final JwtRsaSsaPssAlgorithm PS256
RSASSA-PSS using SHA-256 and MGF1 with SHA-256
PS256 = 1;public static final JwtRsaSsaPssAlgorithm PS384
RSASSA-PSS using SHA-384 and MGF1 with SHA-384
PS384 = 2;public static final JwtRsaSsaPssAlgorithm PS512
RSASSA-PSS using SHA-512 and MGF1 with SHA-512
PS512 = 3;public static final JwtRsaSsaPssAlgorithm UNRECOGNIZED
public static final int PS_UNKNOWN_VALUE
PS_UNKNOWN = 0;public static final int PS256_VALUE
RSASSA-PSS using SHA-256 and MGF1 with SHA-256
PS256 = 1;public static final int PS384_VALUE
RSASSA-PSS using SHA-384 and MGF1 with SHA-384
PS384 = 2;public static final int PS512_VALUE
RSASSA-PSS using SHA-512 and MGF1 with SHA-512
PS512 = 3;public static JwtRsaSsaPssAlgorithm[] values()
for (JwtRsaSsaPssAlgorithm c : JwtRsaSsaPssAlgorithm.values()) System.out.println(c);
public static JwtRsaSsaPssAlgorithm 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 JwtRsaSsaPssAlgorithm valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static JwtRsaSsaPssAlgorithm forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<JwtRsaSsaPssAlgorithm> internalGetValueMap()
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()