Uses of Interface
org.apache.cxf.rs.security.jose.jwe.ContentDecryptionProvider
-
Packages that use ContentDecryptionProvider Package Description org.apache.cxf.rs.security.jose.jwe -
-
Uses of ContentDecryptionProvider in org.apache.cxf.rs.security.jose.jwe
Classes in org.apache.cxf.rs.security.jose.jwe that implement ContentDecryptionProvider Modifier and Type Class Description classAesGcmContentDecryptionAlgorithmMethods in org.apache.cxf.rs.security.jose.jwe that return ContentDecryptionProvider Modifier and Type Method Description static ContentDecryptionProviderJweUtils. getContentDecryptionProvider(ContentAlgorithm algorithm)Constructors in org.apache.cxf.rs.security.jose.jwe with parameters of type ContentDecryptionProvider Constructor Description AbstractJweDecryption(KeyDecryptionProvider keyDecryptionAlgo, ContentDecryptionProvider contentDecryptionAlgo)DirectKeyJweDecryption(byte[] key, ContentDecryptionProvider ctAlgo)DirectKeyJweDecryption(String encodedKey, ContentDecryptionProvider ctAlgo)JweDecryption(KeyDecryptionProvider keyDecryptionAlgo, ContentDecryptionProvider cipherProps)
-