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

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

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

Classes in org.apache.cxf.rs.security.jose.jwe that implement KeyDecryptionAlgorithm
 class AesGcmWrapKeyDecryptionAlgorithm
           
 class AesWrapKeyDecryptionAlgorithm
           
 class DirectKeyDecryptionAlgorithm
           
 class PbesHmacAesWrapKeyDecryptionAlgorithm
           
 class RSAOaepKeyDecryptionAlgorithm
           
 class WrappedKeyDecryptionAlgorithm
           
 

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

Constructors in org.apache.cxf.rs.security.jose.jwe with parameters of type KeyDecryptionAlgorithm
AbstractJweDecryption(JoseHeadersReader theReader, KeyDecryptionAlgorithm keyDecryptionAlgo, ContentDecryptionAlgorithm contentDecryptionAlgo)
           
AesCbcHmacJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo)
           
AesCbcHmacJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo, String supportedAlgo)
           
AesCbcHmacJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo, String supportedAlgo, JoseHeadersReader reader)
           
WrappedKeyJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo, ContentDecryptionAlgorithm contentDecryptionAlgo)
           
WrappedKeyJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo, JoseHeadersReader reader, ContentDecryptionAlgorithm cipherProps)
           
 



Apache CXF