public class EcdhDirectKeyJweDecryption extends DirectKeyJweDecryption
| Modifier and Type | Class and Description |
|---|---|
protected static class |
EcdhDirectKeyJweDecryption.EcdhDirectKeyDecryptionAlgorithm |
DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm| Constructor and Description |
|---|
EcdhDirectKeyJweDecryption(ECPrivateKey privateKey,
String supportedCtAlgo) |
| Modifier and Type | Method and Description |
|---|---|
protected static byte[] |
getDecryptedContentEncryptionKeyFromHeaders(JweHeaders headers,
ECPrivateKey privateKey) |
decrypt, decrypt, doDecrypt, getActualCek, getContentAlgorithm, getContentEncryptionAlgorithm, getContentEncryptionCipherAAD, getContentEncryptionCipherInitVector, getContentEncryptionCipherSpec, getContentEncryptionKey, getEncryptedContentEncryptionKey, getEncryptedContentWithAuthTag, getEncryptionAuthenticationTag, getEncryptionAuthenticationTagLenBits, getKeyAlgorithmpublic EcdhDirectKeyJweDecryption(ECPrivateKey privateKey, String supportedCtAlgo)
protected static byte[] getDecryptedContentEncryptionKeyFromHeaders(JweHeaders headers, ECPrivateKey privateKey)
Apache CXF