public abstract class AbstractContentEncryptionAlgorithm extends AbstractContentEncryptionCipherProperties implements ContentEncryptionAlgorithm
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractContentEncryptionAlgorithm(byte[] cek,
byte[] iv,
String algo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
byte[] |
getContentEncryptionKey(JweHeaders headers) |
byte[] |
getInitVector() |
protected int |
getIvSize() |
getAdditionalAuthenticationData, getAlgorithmParameterSpec, getAuthTagLenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdditionalAuthenticationData, getAlgorithmParameterSpecprotected AbstractContentEncryptionAlgorithm(byte[] cek,
byte[] iv,
String algo)
public String getAlgorithm()
getAlgorithm in interface ContentEncryptionCipherPropertiesgetAlgorithm in class AbstractContentEncryptionCipherPropertiespublic byte[] getContentEncryptionKey(JweHeaders headers)
getContentEncryptionKey in interface ContentEncryptionAlgorithmpublic byte[] getInitVector()
getInitVector in interface ContentEncryptionAlgorithmprotected int getIvSize()
Apache CXF