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

All Known Implementing Classes:
AesGcmWrapKeyDecryptionAlgorithm, AesWrapKeyDecryptionAlgorithm, DirectKeyDecryptionAlgorithm, EcdhAesWrapKeyDecryptionAlgorithm, EcdhDirectKeyJweDecryption.EcdhDirectKeyDecryptionAlgorithm, PbesHmacAesWrapKeyDecryptionAlgorithm, RSAKeyDecryptionAlgorithm, WrappedKeyDecryptionAlgorithm

public interface KeyDecryptionAlgorithm


Method Summary
 KeyAlgorithm getAlgorithm()
           
 byte[] getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput)
           
 

Method Detail

getAlgorithm

KeyAlgorithm getAlgorithm()

getDecryptedContentEncryptionKey

byte[] getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput)


Apache CXF