Enum KeyEncryptionAlgorithm

java.lang.Object
java.lang.Enum<KeyEncryptionAlgorithm>
io.smallrye.jwt.algorithm.KeyEncryptionAlgorithm
All Implemented Interfaces:
Serializable, Comparable<KeyEncryptionAlgorithm>, java.lang.constant.Constable

public enum KeyEncryptionAlgorithm extends Enum<KeyEncryptionAlgorithm>
JWT JSON Web Key Encryption (Management) Algorithms.
See Also: