public class EcdhDirectKeyJweEncryption extends DirectKeyJweEncryption
| Modifier and Type | Class and Description |
|---|---|
protected static class |
EcdhDirectKeyJweEncryption.EcdhAesGcmContentEncryptionAlgorithm |
protected static class |
EcdhDirectKeyJweEncryption.EcdhDirectKeyEncryptionAlgorithm |
protected static class |
EcdhDirectKeyJweEncryption.EcdhHelper |
DirectKeyJweEncryption.DirectKeyEncryptionAlgorithmAbstractJweEncryption.JweEncryptionInternalDEFAULT_AUTH_TAG_LENGTH| Constructor and Description |
|---|
EcdhDirectKeyJweEncryption(ECPublicKey peerPublicKey,
String curve,
String apuString,
String apvString,
String ctAlgo) |
getProvidedContentEncryptionKeycreateCekSecretKey, createJweEncryptionState, encrypt, getAAD, getActualCek, getAlgorithmParameterSpec, getAuthenticationTagProducer, getCekSize, getContentAlgorithm, getContentEncryptionAlgoJava, getContentEncryptionAlgoJwt, getContentEncryptionAlgorithm, getContentEncryptionKey, getEncryptedContentEncryptionKey, getJweCompactProducer, getJwtHeadersWriter, getKeyAlgorithm, getKeyEncryptionAlgopublic EcdhDirectKeyJweEncryption(ECPublicKey peerPublicKey, String curve, String apuString, String apvString, String ctAlgo)
Apache CXF