public interface SignaturePrevalidator
Signature instance,
for example to validate that the signature confirms to a particular profile of XML Signature.
Note that implementations of this interface are NOT used to perform the actual cryptographic validation of the
signature against key material. For that see SignatureValidator.
void validate(@Nonnull Signature signature) throws SignatureException
signature - the signature to evaluateSignatureException - if the signature does not meet the validator's requirementsCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.