public class EcdhDirectKeyJweEncryption extends JweEncryption
AbstractJweEncryption.JweEncryptionInternalDEFAULT_AUTH_TAG_LENGTH, LOG| Constructor and Description |
|---|
EcdhDirectKeyJweEncryption(ECPublicKey peerPublicKey,
String curve,
ContentAlgorithm ctAlgo) |
EcdhDirectKeyJweEncryption(ECPublicKey peerPublicKey,
String curve,
String apuString,
String apvString,
ContentAlgorithm ctAlgo) |
createCekSecretKey, encrypt, encryptInternal, getAAD, getActualCek, getActualCipher, getAlgorithmParameterSpec, getAuthenticationTag, getAuthenticationTagProducer, getContentAlgorithm, getContentEncryptionAlgoJava, getContentEncryptionAlgoJwt, getContentEncryptionAlgorithm, getContentEncryptionKey, getEncryptedContentEncryptionKey, getEncryptionOutput, getJwtHeadersWriter, getKeyAlgorithm, getKeyEncryptionAlgopublic EcdhDirectKeyJweEncryption(ECPublicKey peerPublicKey, String curve, ContentAlgorithm ctAlgo)
public EcdhDirectKeyJweEncryption(ECPublicKey peerPublicKey, String curve, String apuString, String apvString, ContentAlgorithm ctAlgo)
Apache CXF