Algorithm names and COSE identifiers for RSA (public) keys.
Inherited Method Summary
From class java.lang.Enum
From class java.lang.Object
|
Object
|
clone()
|
| boolean |
|
| void |
finalize()
|
|
final Class<?>
|
getClass()
|
| int |
hashCode()
|
| final void |
notify()
|
| final void |
notifyAll()
|
|
String
|
toString()
|
| final void |
wait(long arg0, int arg1)
|
| final void |
wait(long arg0)
|
| final void |
wait()
|
From interface java.lang.constant.Constable
|
abstract Optional<? extends ConstantDesc>
|
describeConstable()
|
From interface java.lang.Comparable
Enum Values
public static final RSAAlgorithm
LEGACY_RS1
This field is deprecated.
please use RS1
instead.
The legacy value for "RSASSA-PKCS1-v1_5 w/ SHA-1"
public static final RSAAlgorithm
PS256
public static final RSAAlgorithm
PS384
public static final RSAAlgorithm
PS512
public static final RSAAlgorithm
RS1
RSASSA-PKCS1-v1_5 w/ SHA-1
public static final RSAAlgorithm
RS256
RSASSA-PKCS1-v1_5 w/ SHA-256
public static final RSAAlgorithm
RS384
RSASSA-PKCS1-v1_5 w/ SHA-384
public static final RSAAlgorithm
RS512
RSASSA-PKCS1-v1_5 w/ SHA-512