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
           
protected static class EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm
           
 

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

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



Apache CXF