Class DHKeyValueImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
All Implemented Interfaces:
XMLObject, DHKeyValue

public class DHKeyValueImpl extends AbstractXMLObject implements DHKeyValue
Concrete implementation of DHKeyValue.
  • Field Details

    • p

      @Nullable private P p
      P child element.
    • q

      @Nullable private Q q
      Q child element.
    • generator

      @Nullable private Generator generator
      Generator child element.
    • publicChild

      @Nullable private Public publicChild
      Public element.
    • seed

      @Nullable private Seed seed
      seed child element.
    • pgenCounter

      @Nullable private PgenCounter pgenCounter
      pgenCounter child element.
  • Constructor Details

    • DHKeyValueImpl

      protected DHKeyValueImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - namespace URI
      elementLocalName - local name
      namespacePrefix - namespace prefix
  • Method Details