Interface RSAKeyValueType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface RSAKeyValueType
    extends XmlObject
    An XML RSAKeyValueType(@http://www.w3.org/2000/09/xmldsig#). This is a complex type.
    • Method Detail

      • getModulus

        byte[] getModulus()
        Gets the "Modulus" element
      • xgetModulus

        CryptoBinary xgetModulus()
        Gets (as xml) the "Modulus" element
      • setModulus

        void setModulus​(byte[] modulus)
        Sets the "Modulus" element
      • xsetModulus

        void xsetModulus​(CryptoBinary modulus)
        Sets (as xml) the "Modulus" element
      • getExponent

        byte[] getExponent()
        Gets the "Exponent" element
      • xgetExponent

        CryptoBinary xgetExponent()
        Gets (as xml) the "Exponent" element
      • setExponent

        void setExponent​(byte[] exponent)
        Sets the "Exponent" element
      • xsetExponent

        void xsetExponent​(CryptoBinary exponent)
        Sets (as xml) the "Exponent" element