Class 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.EcdhAesGcmContentEncryptionAlgorithm
- All Implemented Interfaces:
ContentEncryptionCipherProperties,ContentEncryptionProvider
-
Field Summary
Fields inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionCipherProperties
LOG -
Constructor Summary
ConstructorsConstructorDescriptionEcdhAesGcmContentEncryptionAlgorithm(ECPublicKey peerPublicKey, String curve, String apuString, String apvString, ContentAlgorithm ctAlgo) -
Method Summary
Methods inherited from class org.apache.cxf.rs.security.jose.jwe.AesGcmContentEncryptionAlgorithm
getIvSizeMethods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionAlgorithm
getContentEncryptionKeySize, getInitVectorMethods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionCipherProperties
getAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpec, getAuthTagLenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.rs.security.jose.jwe.ContentEncryptionCipherProperties
getAdditionalAuthenticationData, getAlgorithm, getAlgorithmParameterSpec
-
Constructor Details
-
EcdhAesGcmContentEncryptionAlgorithm
public EcdhAesGcmContentEncryptionAlgorithm(ECPublicKey peerPublicKey, String curve, String apuString, String apvString, ContentAlgorithm ctAlgo)
-
-
Method Details
-
getContentEncryptionKey
- Specified by:
getContentEncryptionKeyin interfaceContentEncryptionProvider- Overrides:
getContentEncryptionKeyin classAbstractContentEncryptionAlgorithm
-