XMLSignature
using the location information specified in the context. This method only validates the signature the first time it is invoked. On subsequent invocations, it returns a cached result.
@param validateContext the validating context
@return true
if the signature passed core validation,otherwise false
@throws ClassCastException if the type of validateContext
is not compatible with this XMLSignature
@throws NullPointerException if validateContext
is null
@throws XMLSignatureException if an unexpected error occurs during validation that prevented the validation operation from completing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|