public class DirectKeyJweDecryption extends AbstractJweDecryption
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm |
| Modifier | Constructor and Description |
|---|---|
protected |
DirectKeyJweDecryption(DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm direct,
ContentDecryptionAlgorithm cipherProps) |
|
DirectKeyJweDecryption(Key contentDecryptionKey,
ContentDecryptionAlgorithm cipherProps) |
decrypt, decrypt, doDecrypt, getActualCek, getContentAlgorithm, getContentEncryptionAlgorithm, getContentEncryptionCipherAAD, getContentEncryptionCipherInitVector, getContentEncryptionCipherSpec, getContentEncryptionKey, getEncryptedContentEncryptionKey, getEncryptedContentWithAuthTag, getEncryptionAuthenticationTag, getEncryptionAuthenticationTagLenBits, getKeyAlgorithmpublic DirectKeyJweDecryption(Key contentDecryptionKey, ContentDecryptionAlgorithm cipherProps)
protected DirectKeyJweDecryption(DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm direct, ContentDecryptionAlgorithm cipherProps)
Apache CXF