protected static class EcdhDirectKeyJweDecryption.EcdhDirectKeyDecryptionAlgorithm extends DirectKeyDecryptionAlgorithm
Constructor and Description |
---|
EcdhDirectKeyJweDecryption.EcdhDirectKeyDecryptionAlgorithm(ECPrivateKey privateKey) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput) |
getAlgorithm, validateKeyEncryptionKey
public EcdhDirectKeyJweDecryption.EcdhDirectKeyDecryptionAlgorithm(ECPrivateKey privateKey)
public byte[] getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput)
getDecryptedContentEncryptionKey
in interface KeyDecryptionAlgorithm
getDecryptedContentEncryptionKey
in class DirectKeyDecryptionAlgorithm
Apache CXF