public class EcdhAesGcmContentEncryptionAlgorithm extends AesGcmContentEncryptionAlgorithm
LOG| Constructor and Description |
|---|
EcdhAesGcmContentEncryptionAlgorithm(ECPublicKey peerPublicKey,
String curve,
String apuString,
String apvString,
ContentAlgorithm ctAlgo) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContentEncryptionKey(JweHeaders headers) |
getIvSizegetContentEncryptionKeySize, getInitVectorgetAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpec, getAuthTagLenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpecpublic EcdhAesGcmContentEncryptionAlgorithm(ECPublicKey peerPublicKey, String curve, String apuString, String apvString, ContentAlgorithm ctAlgo)
public byte[] getContentEncryptionKey(JweHeaders headers)
getContentEncryptionKey in interface ContentEncryptionProvidergetContentEncryptionKey in class AbstractContentEncryptionAlgorithmApache CXF