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.
| Modifier and Type | Method and Description |
|---|---|
void |
validate(Signature signature)
Validate the signature according to the requirements represented by the validator.
|
void validate(@Nonnull Signature signature) throws SignatureException
signature - the signature to evaluateSignatureException - if the signature does not meet the validator's requirementsCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.