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

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

public interface KeyDecryptionAlgorithm


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

Method Detail

getAlgorithm

String getAlgorithm()

getDecryptedContentEncryptionKey

byte[] getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput)


Apache CXF