public class DirectKeyEncryptionAlgorithm extends Object implements KeyEncryptionProvider
| Constructor and Description |
|---|
DirectKeyEncryptionAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkKeyEncryptionAlgorithm(JweHeaders headers) |
KeyAlgorithm |
getAlgorithm() |
byte[] |
getEncryptedContentEncryptionKey(JweHeaders headers,
byte[] theCek) |
public byte[] getEncryptedContentEncryptionKey(JweHeaders headers, byte[] theCek)
getEncryptedContentEncryptionKey in interface KeyEncryptionProviderprotected void checkKeyEncryptionAlgorithm(JweHeaders headers)
public KeyAlgorithm getAlgorithm()
getAlgorithm in interface KeyEncryptionProviderApache CXF