Class DHWithLegacyKDFKeyAgreementProcessor

java.lang.Object
org.opensaml.xmlsec.agreement.impl.AbstractKeyAgreementProcessor
org.opensaml.xmlsec.agreement.impl.DHWithLegacyKDFKeyAgreementProcessor
All Implemented Interfaces:
KeyAgreementProcessor

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

    • DEFAULT_DIGEST_METHOD

      @Nonnull @NotEmpty public static final String DEFAULT_DIGEST_METHOD
      Default digest method.
      See Also:
    • log

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

    • DHWithLegacyKDFKeyAgreementProcessor

      public DHWithLegacyKDFKeyAgreementProcessor()
  • Method Details