protected static class DirectKeyJweEncryption.DirectKeyEncryptionAlgorithm extends Object implements KeyEncryptionAlgorithm
| Modifier | Constructor and Description |
|---|---|
protected |
DirectKeyJweEncryption.DirectKeyEncryptionAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkKeyEncryptionAlgorithm(JweHeaders headers) |
String |
getAlgorithm() |
byte[] |
getEncryptedContentEncryptionKey(JweHeaders headers,
byte[] theCek) |
protected DirectKeyJweEncryption.DirectKeyEncryptionAlgorithm()
public byte[] getEncryptedContentEncryptionKey(JweHeaders headers, byte[] theCek)
getEncryptedContentEncryptionKey in interface KeyEncryptionAlgorithmprotected void checkKeyEncryptionAlgorithm(JweHeaders headers)
public String getAlgorithm()
getAlgorithm in interface KeyEncryptionAlgorithmApache CXF