Class RSAKeyValueImpl

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

public class RSAKeyValueImpl extends AbstractXMLObject implements RSAKeyValue
Concrete implementation of RSAKeyValue.
  • Field Details

    • modulus

      @Nullable private Modulus modulus
      Modulus child element value.
    • exponent

      @Nullable private Exponent exponent
      Exponent child element value.
  • Constructor Details

    • RSAKeyValueImpl

      protected RSAKeyValueImpl(@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