public class EcdhDirectKeyJweDecryption extends JweDecryption
Modifier and Type | Class and Description |
---|---|
protected static class |
EcdhDirectKeyJweDecryption.EcdhDirectKeyDecryptionAlgorithm |
LOG
Constructor and Description |
---|
EcdhDirectKeyJweDecryption(ECPrivateKey privateKey,
ContentAlgorithm 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, getKeyAlgorithm
public EcdhDirectKeyJweDecryption(ECPrivateKey privateKey, ContentAlgorithm supportedCtAlgo)
protected static byte[] getDecryptedContentEncryptionKeyFromHeaders(JweHeaders headers, ECPrivateKey privateKey)
Apache CXF