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 EcdhAesWrapKeyDecryptionAlgorithm
           
protected static class EcdhDirectKeyJweDecryption.EcdhDirectKeyDecryptionAlgorithm
           
 class PbesHmacAesWrapKeyDecryptionAlgorithm
           
 class RSAKeyDecryptionAlgorithm
           
 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)
           
static KeyDecryptionAlgorithm JweUtils.getPrivateKeyDecryptionAlgorithm(PrivateKey key, String algo)
           
static KeyDecryptionAlgorithm JweUtils.getSecretKeyDecryptionAlgorithm(SecretKey key, String algo)
           
 

Methods in org.apache.cxf.rs.security.jose.jwe with parameters of type KeyDecryptionAlgorithm
static JweDecryptionProvider JweUtils.createJweDecryptionProvider(KeyDecryptionAlgorithm keyDecryptionProvider, String contentDecryptionAlgo)
           
 

Constructors in org.apache.cxf.rs.security.jose.jwe with parameters of type KeyDecryptionAlgorithm
AbstractJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo, ContentDecryptionAlgorithm contentDecryptionAlgo)
           
AesCbcHmacJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo)
           
AesCbcHmacJweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo, ContentAlgorithm supportedAlgo)
           
JweDecryption(KeyDecryptionAlgorithm keyDecryptionAlgo, ContentDecryptionAlgorithm cipherProps)
           
 



Apache CXF