The Signature class / xml.Signature methods |
Verifies whether all references in this Signature object haven't changed.
Returns TRUE if valid, FALSE otherwise.
If the signature type is:
See XML Signature concepts for more details.
By default, the validation process uses the CryptoKey set with setKey() to verify the signature. However, if the signature contains a X509 certificate or a X509 retrieval method, it uses the list of trusted certificate, or if the signature contains a RSA or DSA retrieval method, it uses the RSA or DSA public key automatically loaded.