Uses of Class
org.apache.cxf.rs.security.jose.jwe.JweEncryption
-
Packages that use JweEncryption Package Description org.apache.cxf.rs.security.jose.jwe -
-
Uses of JweEncryption in org.apache.cxf.rs.security.jose.jwe
Subclasses of JweEncryption in org.apache.cxf.rs.security.jose.jwe Modifier and Type Class Description classAesCbcHmacJweEncryptionclassDirectKeyJweEncryptionclassEcdhDirectKeyJweEncryptionMethods in org.apache.cxf.rs.security.jose.jwe that return JweEncryption Modifier and Type Method Description static JweEncryptionJweUtils. getDirectKeyJweEncryption(byte[] key, ContentAlgorithm algo)static JweEncryptionJweUtils. getDirectKeyJweEncryption(SecretKey key, ContentAlgorithm algo)static JweEncryptionJweUtils. getDirectKeyJweEncryption(JsonWebKey key)static JweEncryptionJweUtils. getEcDirectKeyJweEncryption(JsonWebKey key, ContentAlgorithm ctAlgo)
-