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