Uses of Enum
org.jboss.resteasy.jose.jwe.Algorithm
-
Uses of Algorithm in org.jboss.resteasy.jose.jwe
Modifier and TypeMethodDescriptionJWEHeader.getAlgorithm()
static Algorithm
Returns the enum constant of this type with the specified name.static Algorithm[]
Algorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Algorithm in org.jboss.resteasy.jose.jwe.crypto
Modifier and TypeMethodDescriptionstatic String
RSAEncrypter.encrypt
(Algorithm alg, EncryptionMethod enc, CompressionAlgorithm compressionAlgorithm, RSAPublicKey publicKey, String encodedJWEHeader, byte[] bytes)