Uses of Enum Class
org.jboss.resteasy.jose.jwe.EncryptionMethod
Package
Description
-
Uses of EncryptionMethod in org.jboss.resteasy.jose.i18n
Modifier and TypeMethodDescriptionfinal String
Messages_$bundle.contentEncryptionKeyLength
(int length, EncryptionMethod method) Messages.contentEncryptionKeyLength
(int length, EncryptionMethod method) -
Uses of EncryptionMethod in org.jboss.resteasy.jose.jwe
Modifier and TypeMethodDescriptionJWEHeader.getEncryptionMethod()
static EncryptionMethod
Returns the enum constant of this class with the specified name.static EncryptionMethod[]
EncryptionMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
JWEHeader.setEncryptionMethod
(EncryptionMethod encryptionMethod) -
Uses of EncryptionMethod in org.jboss.resteasy.jose.jwe.crypto
Modifier and TypeMethodDescriptionstatic String
DirectEncrypter.encrypt
(EncryptionMethod enc, CompressionAlgorithm compressionAlgorithm, String encodedJWEHeader, SecretKey key, byte[] bytes) static String
RSAEncrypter.encrypt
(Algorithm alg, EncryptionMethod enc, CompressionAlgorithm compressionAlgorithm, RSAPublicKey publicKey, String encodedJWEHeader, byte[] bytes)