protected static class DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm extends Object implements KeyDecryptionAlgorithm
| Constructor and Description |
|---|
DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm(byte[] contentDecryptionKey) |
DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm(Key contentDecryptionKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
byte[] |
getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput) |
protected void |
validateKeyEncryptionKey(JweDecryptionInput jweDecryptionInput) |
public DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm(Key contentDecryptionKey)
public DirectKeyJweDecryption.DirectKeyDecryptionAlgorithm(byte[] contentDecryptionKey)
public byte[] getDecryptedContentEncryptionKey(JweDecryptionInput jweDecryptionInput)
getDecryptedContentEncryptionKey in interface KeyDecryptionAlgorithmpublic String getAlgorithm()
getAlgorithm in interface KeyDecryptionAlgorithmprotected void validateKeyEncryptionKey(JweDecryptionInput jweDecryptionInput)
Apache CXF