Uses of Enum Class
org.jboss.resteasy.jose.jwe.CompressionAlgorithm
Package
Description
-
Uses of CompressionAlgorithm in org.jboss.resteasy.jose.i18n
Modifier and TypeMethodDescriptionfinal String
Messages_$bundle.unsupportedCompressionAlgorithm
(CompressionAlgorithm algorithm) Messages.unsupportedCompressionAlgorithm
(CompressionAlgorithm algorithm) -
Uses of CompressionAlgorithm in org.jboss.resteasy.jose.jwe
Modifier and TypeMethodDescriptionJWEHeader.getCompressionAlgorithm()
static CompressionAlgorithm
Returns the enum constant of this class with the specified name.static CompressionAlgorithm[]
CompressionAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
JWEHeader.setCompressionAlgorithm
(CompressionAlgorithm compressionAlgorithm) -
Uses of CompressionAlgorithm 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)