Interface SignatureValidationProvider

    • Method Detail

      • validate

        void validate​(@Nonnull
                      Signature signature,
                      @Nonnull
                      Credential validationCredential)
               throws SignatureException
        Validate the given XML Signature using the given candidate validation Credential.
        Parameters:
        signature - the XMLSignature to validate
        validationCredential - the candidate validation Credential
        Throws:
        SignatureException - if the signature does not validate using the candiate Credential, or if there is otherwise an error during the validation operation