JsonWebKeyEncryptionAlgorithm 类
定义
Defines values for JsonWebKeyEncryptionAlgorithm.
public class JsonWebKeyEncryptionAlgorithm
- 继承
-
java.lang.ObjectJsonWebKeyEncryptionAlgorithm
构造函数
JsonWebKeyEncryptionAlgorithm(String value) |
Creates a custom value for JsonWebKeyEncryptionAlgorithm. |
字段
ALL_ALGORITHMS |
All the JWK encryption algorithms. |
RSA_OAEP |
Static value RSA-OAEP for JsonWebKeyEncryptionAlgorithm. |
RSA1_5 |
Static value RSA1_5 for JsonWebKeyEncryptionAlgorithm. |
方法
equals(Object obj) | |
hashCode() | |
toString() |