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

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

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

Classes in org.apache.cxf.rs.security.jose.jwe that implement ContentEncryptionAlgorithm
 class AbstractContentEncryptionAlgorithm
           
 class AesGcmContentEncryptionAlgorithm
           
 

Methods in org.apache.cxf.rs.security.jose.jwe that return ContentEncryptionAlgorithm
static ContentEncryptionAlgorithm JweUtils.getContentEncryptionAlgorithm(JsonWebKey jwk)
           
static ContentEncryptionAlgorithm JweUtils.getContentEncryptionAlgorithm(JsonWebKey jwk, String defaultAlgorithm)
           
 

Constructors in org.apache.cxf.rs.security.jose.jwe with parameters of type ContentEncryptionAlgorithm
AbstractJweEncryption(JweHeaders headers, ContentEncryptionAlgorithm contentEncryptionAlgo, KeyEncryptionAlgorithm keyEncryptionAlgo)
           
AbstractJweEncryption(JweHeaders headers, ContentEncryptionAlgorithm contentEncryptionAlgo, KeyEncryptionAlgorithm keyEncryptionAlgo, JoseHeadersWriter writer)
           
DirectKeyJweEncryption(ContentEncryptionAlgorithm ceAlgo)
           
DirectKeyJweEncryption(JweHeaders headers, ContentEncryptionAlgorithm ceAlgo)
           
WrappedKeyJweEncryption(JweHeaders headers, KeyEncryptionAlgorithm keyEncryptionAlgorithm, ContentEncryptionAlgorithm contentEncryptionAlgo)
           
WrappedKeyJweEncryption(JweHeaders headers, KeyEncryptionAlgorithm keyEncryptionAlgorithm, ContentEncryptionAlgorithm contentEncryptionAlgo, JoseHeadersWriter writer)
           
WrappedKeyJweEncryption(KeyEncryptionAlgorithm keyEncryptionAlgorithm, ContentEncryptionAlgorithm contentEncryptionAlgo)
           
WrappedKeyJweEncryption(KeyEncryptionAlgorithm keyEncryptionAlgorithm, ContentEncryptionAlgorithm contentEncryptionAlgo, JoseHeadersWriter writer)
           
 



Apache CXF