Class DHWithExplicitKDFKeyAgreementProcessor

All Implemented Interfaces:
KeyAgreementProcessor

public class DHWithExplicitKDFKeyAgreementProcessor extends AbstractDerivationKeyAgreementProcessor
Implementation of KeyAgreementProcessor which performs Diffie-Hellman Ephemeral-Static Mode key agreement with Explicit Key Derivation Function as defined in XML Encryption 1.1.
  • Field Details

    • log

      private final org.slf4j.Logger log
      Logger.
  • Constructor Details

    • DHWithExplicitKDFKeyAgreementProcessor

      public DHWithExplicitKDFKeyAgreementProcessor()
  • Method Details