Class SaltImpl

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

public class SaltImpl extends AbstractXMLObject implements Salt
Concrete implementation of Salt.
  • Field Details

    • specified

      @Nullable private Specified specified
      Specified child element value.
    • otherSource

      @Nullable private OtherSource otherSource
      OtherSource child element value.
  • Constructor Details

    • SaltImpl

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