Class RSAKeyValueImpl

    • Field Detail

      • modulus

        private Modulus modulus
        Modulus child element value.
      • exponent

        private Exponent exponent
        Exponent child element value.
    • Constructor Detail

      • RSAKeyValueImpl

        protected RSAKeyValueImpl​(String namespaceURI,
                                  String elementLocalName,
                                  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 Detail

      • getModulus

        public Modulus getModulus()
        Get the Modulus child element.
        Specified by:
        getModulus in interface RSAKeyValue
        Returns:
        the Modulus child element
      • setModulus

        public void setModulus​(Modulus newModulus)
        Set the Modulus child element.
        Specified by:
        setModulus in interface RSAKeyValue
        Parameters:
        newModulus - the new Modulus child element
      • getExponent

        public Exponent getExponent()
        Get the Exponent child element.
        Specified by:
        getExponent in interface RSAKeyValue
        Returns:
        the Exponent child element
      • setExponent

        public void setExponent​(Exponent newExponent)
        Set the Exponent child element.
        Specified by:
        setExponent in interface RSAKeyValue
        Parameters:
        newExponent - the new Exponent child element
      • getOrderedChildren

        public List<XMLObject> getOrderedChildren()
        Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
        Specified by:
        getOrderedChildren in interface XMLObject
        Returns:
        ordered list of child elements