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

All Known Implementing Classes:
AesGcmWrapKeyDecryptionAlgorithm, AesWrapKeyDecryptionAlgorithm, DirectKeyDecryptionAlgorithm, PbesHmacAesWrapKeyDecryptionAlgorithm, RSAOaepKeyDecryptionAlgorithm, WrappedKeyDecryptionAlgorithm

public interface KeyDecryptionAlgorithm


Method Summary
 byte[] getDecryptedContentEncryptionKey(JweCompactConsumer consumer)
           
 

Method Detail

getDecryptedContentEncryptionKey

byte[] getDecryptedContentEncryptionKey(JweCompactConsumer consumer)


Apache CXF