Interface SignatureType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getSignedInfo

        SignedInfoType getSignedInfo()
        Gets the "SignedInfo" element
      • setSignedInfo

        void setSignedInfo​(SignedInfoType signedInfo)
        Sets the "SignedInfo" element
      • addNewSignedInfo

        SignedInfoType addNewSignedInfo()
        Appends and returns a new empty "SignedInfo" element
      • getSignatureValue

        SignatureValueType getSignatureValue()
        Gets the "SignatureValue" element
      • setSignatureValue

        void setSignatureValue​(SignatureValueType signatureValue)
        Sets the "SignatureValue" element
      • addNewSignatureValue

        SignatureValueType addNewSignatureValue()
        Appends and returns a new empty "SignatureValue" element
      • getKeyInfo

        KeyInfoType getKeyInfo()
        Gets the "KeyInfo" element
      • isSetKeyInfo

        boolean isSetKeyInfo()
        True if has "KeyInfo" element
      • setKeyInfo

        void setKeyInfo​(KeyInfoType keyInfo)
        Sets the "KeyInfo" element
      • addNewKeyInfo

        KeyInfoType addNewKeyInfo()
        Appends and returns a new empty "KeyInfo" element
      • unsetKeyInfo

        void unsetKeyInfo()
        Unsets the "KeyInfo" element
      • getObjectArray

        ObjectType[] getObjectArray()
        Gets array of all "Object" elements
      • getObjectArray

        ObjectType getObjectArray​(int i)
        Gets ith "Object" element
      • sizeOfObjectArray

        int sizeOfObjectArray()
        Returns number of "Object" element
      • setObjectArray

        void setObjectArray​(ObjectType[] objectArray)
        Sets array of all "Object" element
      • setObjectArray

        void setObjectArray​(int i,
                            ObjectType object)
        Sets ith "Object" element
      • insertNewObject

        ObjectType insertNewObject​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Object" element
      • addNewObject

        ObjectType addNewObject()
        Appends and returns a new empty value (as xml) as the last "Object" element
      • removeObject

        void removeObject​(int i)
        Removes the ith "Object" element
      • getId

        String getId()
        Gets the "Id" attribute
      • xgetId

        XmlID xgetId()
        Gets (as xml) the "Id" attribute
      • isSetId

        boolean isSetId()
        True if has "Id" attribute
      • setId

        void setId​(String id)
        Sets the "Id" attribute
      • xsetId

        void xsetId​(XmlID id)
        Sets (as xml) the "Id" attribute
      • unsetId

        void unsetId()
        Unsets the "Id" attribute