Uses of Interface
org.apache.cxf.rs.security.jose.jwe.ContentEncryptionProvider

Packages that use ContentEncryptionProvider
org.apache.cxf.rs.security.jose.jwe   
 

Uses of ContentEncryptionProvider in org.apache.cxf.rs.security.jose.jwe
 

Classes in org.apache.cxf.rs.security.jose.jwe that implement ContentEncryptionProvider
 class AbstractContentEncryptionAlgorithm
           
 class AesGcmContentEncryptionAlgorithm
           
protected static class EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm
           
 

Methods in org.apache.cxf.rs.security.jose.jwe that return ContentEncryptionProvider
protected  ContentEncryptionProvider AbstractJweEncryption.getContentEncryptionAlgorithm()
           
static ContentEncryptionProvider JweUtils.getContentEncryptionAlgorithm(JsonWebKey jwk)
           
static ContentEncryptionProvider JweUtils.getContentEncryptionAlgorithm(JsonWebKey jwk, String defaultAlgorithm)
           
static ContentEncryptionProvider JweUtils.getContentEncryptionAlgorithm(SecretKey key, String algorithm)
           
static ContentEncryptionProvider JweUtils.getContentEncryptionAlgorithm(String algorithm)
           
 

Constructors in org.apache.cxf.rs.security.jose.jwe with parameters of type ContentEncryptionProvider
AbstractJweEncryption(ContentEncryptionProvider contentEncryptionAlgo, KeyEncryptionProvider keyEncryptionAlgo)
           
JweEncryption(KeyEncryptionProvider keyEncryptionAlgorithm, ContentEncryptionProvider contentEncryptionAlgo)
           
 



Apache CXF