JsonWebKeySignatureAlgorithm 类
定义
Defines values for JsonWebKeySignatureAlgorithm.
public class JsonWebKeySignatureAlgorithm
- 继承
-
java.lang.ObjectJsonWebKeySignatureAlgorithm
构造函数
JsonWebKeySignatureAlgorithm(String value) |
Creates a custom value for JsonWebKeySignatureAlgorithm. |
字段
ALL_ALGORITHMS |
All the JWK signature algorithms. |
RS256 |
Static value RS256 for JsonWebKeySignatureAlgorithm. |
RS384 |
Static value RS384 for JsonWebKeySignatureAlgorithm. |
RS512 |
Static value RS512 for JsonWebKeySignatureAlgorithm. |
RSNULL |
Static value RSNULL for JsonWebKeySignatureAlgorithm. |
方法
equals(Object obj) | |
hashCode() | |
toString() |