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) |
getIvSize
getContentEncryptionKeySize, getInitVector
getAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpec, getAuthTagLen
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpec
public EcdhAesGcmContentEncryptionAlgorithm(ECPublicKey peerPublicKey, String curve, String apuString, String apvString, ContentAlgorithm ctAlgo)
public byte[] getContentEncryptionKey(JweHeaders headers)
getContentEncryptionKey
in interface ContentEncryptionProvider
getContentEncryptionKey
in class AbstractContentEncryptionAlgorithm
Apache CXF