Interface KeyInfoConfirmationDataType

    • Method Detail

      • getKeyInfoArray

        KeyInfoType[] getKeyInfoArray()
        Gets array of all "KeyInfo" elements
      • getKeyInfoArray

        KeyInfoType getKeyInfoArray​(int i)
        Gets ith "KeyInfo" element
      • sizeOfKeyInfoArray

        int sizeOfKeyInfoArray()
        Returns number of "KeyInfo" element
      • setKeyInfoArray

        void setKeyInfoArray​(KeyInfoType[] keyInfoArray)
        Sets array of all "KeyInfo" element
      • setKeyInfoArray

        void setKeyInfoArray​(int i,
                             KeyInfoType keyInfo)
        Sets ith "KeyInfo" element
      • insertNewKeyInfo

        KeyInfoType insertNewKeyInfo​(int i)
        Inserts and returns a new empty value (as xml) as the ith "KeyInfo" element
      • addNewKeyInfo

        KeyInfoType addNewKeyInfo()
        Appends and returns a new empty value (as xml) as the last "KeyInfo" element
      • removeKeyInfo

        void removeKeyInfo​(int i)
        Removes the ith "KeyInfo" element