Class DSAKeyValueImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
All Implemented Interfaces:
XMLObject, DSAKeyValue

public class DSAKeyValueImpl extends AbstractXMLObject implements DSAKeyValue
Concrete implementation of DSAKeyValue.
  • Field Details

    • p

      @Nullable private P p
      P child element.
    • q

      @Nullable private Q q
      Q child element.
    • g

      @Nullable private G g
      G child element.
    • y

      @Nullable private Y y
      Y child element.
    • j

      @Nullable private J j
      J child element.
    • seed

      @Nullable private Seed seed
      Seed child element.
    • pgenCounter

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

    • DSAKeyValueImpl

      protected DSAKeyValueImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details