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

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

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

Classes in org.apache.cxf.rs.security.jose.jwe that implement KeyEncryptionAlgorithm
 class AbstractWrapKeyEncryptionAlgorithm
           
 class AesGcmWrapKeyEncryptionAlgorithm
           
 class AesWrapKeyEncryptionAlgorithm
           
 class DirectKeyEncryptionAlgorithm
           
 class PbesHmacAesWrapKeyEncryptionAlgorithm
           
 class RSAOaepKeyEncryptionAlgorithm
           
 

Methods in org.apache.cxf.rs.security.jose.jwe that return KeyEncryptionAlgorithm
protected  KeyEncryptionAlgorithm AbstractJweEncryption.getKeyEncryptionAlgo()
           
static KeyEncryptionAlgorithm JweUtils.getKeyEncryptionAlgorithm(JsonWebKey jwk)
           
static KeyEncryptionAlgorithm JweUtils.getKeyEncryptionAlgorithm(JsonWebKey jwk, String defaultAlgorithm)
           
 

Constructors in org.apache.cxf.rs.security.jose.jwe with parameters of type KeyEncryptionAlgorithm
AbstractJweEncryption(JweHeaders headers, ContentEncryptionAlgorithm contentEncryptionAlgo, KeyEncryptionAlgorithm keyEncryptionAlgo)
           
AbstractJweEncryption(JweHeaders headers, ContentEncryptionAlgorithm contentEncryptionAlgo, KeyEncryptionAlgorithm keyEncryptionAlgo, JoseHeadersWriter writer)
           
AesCbcHmacJweEncryption(JweHeaders headers, byte[] cek, byte[] iv, KeyEncryptionAlgorithm keyEncryptionAlgorithm)
           
AesCbcHmacJweEncryption(JweHeaders headers, byte[] cek, byte[] iv, KeyEncryptionAlgorithm keyEncryptionAlgorithm, JoseHeadersWriter writer)
           
AesCbcHmacJweEncryption(JweHeaders headers, KeyEncryptionAlgorithm keyEncryptionAlgorithm)
           
AesCbcHmacJweEncryption(String cekAlgoJwt, KeyEncryptionAlgorithm keyEncryptionAlgorithm)
           
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