Uses of Enum
org.jboss.resteasy.jose.jwe.CompressionAlgorithm
Packages that use CompressionAlgorithm
Package
Description
-
Uses of CompressionAlgorithm in org.jboss.resteasy.jose.i18n
Methods in org.jboss.resteasy.jose.i18n with parameters of type CompressionAlgorithmModifier and TypeMethodDescriptionfinal StringMessages_$bundle.unsupportedCompressionAlgorithm(CompressionAlgorithm algorithm) Messages.unsupportedCompressionAlgorithm(CompressionAlgorithm algorithm) -
Uses of CompressionAlgorithm in org.jboss.resteasy.jose.jwe
Subclasses with type arguments of type CompressionAlgorithm in org.jboss.resteasy.jose.jweMethods in org.jboss.resteasy.jose.jwe that return CompressionAlgorithmModifier and TypeMethodDescriptionJWEHeader.getCompressionAlgorithm()static CompressionAlgorithmReturns the enum constant of this type with the specified name.static CompressionAlgorithm[]CompressionAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.resteasy.jose.jwe with parameters of type CompressionAlgorithmModifier and TypeMethodDescriptionvoidJWEHeader.setCompressionAlgorithm(CompressionAlgorithm compressionAlgorithm) -
Uses of CompressionAlgorithm in org.jboss.resteasy.jose.jwe.crypto
Methods in org.jboss.resteasy.jose.jwe.crypto with parameters of type CompressionAlgorithmModifier and TypeMethodDescriptionstatic StringDirectEncrypter.encrypt(EncryptionMethod enc, CompressionAlgorithm compressionAlgorithm, String encodedJWEHeader, SecretKey key, byte[] bytes) static StringRSAEncrypter.encrypt(Algorithm alg, EncryptionMethod enc, CompressionAlgorithm compressionAlgorithm, RSAPublicKey publicKey, String encodedJWEHeader, byte[] bytes)