org.apache.cxf.rs.security.jose.jwe
Class EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionCipherProperties
org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionAlgorithm
org.apache.cxf.rs.security.jose.jwe.AesGcmContentEncryptionAlgorithm
org.apache.cxf.rs.security.jose.jwe.EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm
- All Implemented Interfaces:
- ContentEncryptionAlgorithm, ContentEncryptionCipherProperties
- Enclosing class:
- EcdhDirectKeyJweEncryption
protected static class EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm
- extends AesGcmContentEncryptionAlgorithm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm
public EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm(ECPublicKey peerPublicKey,
String curve,
String apuString,
String apvString,
String ctAlgo)
getContentEncryptionKey
public byte[] getContentEncryptionKey(JweHeaders headers)
- Specified by:
getContentEncryptionKey in interface ContentEncryptionAlgorithm- Overrides:
getContentEncryptionKey in class AbstractContentEncryptionAlgorithm
Apache CXF