SecureBlackbox 2020 Android Edition

Questions / Feedback?

ReferenceValidated Event

Marks the end of a reference validation.

Syntax

public class DefaultSoapverifierEventListener implements SoapverifierEventListener {
  ...
  public void referenceValidated(SoapverifierReferenceValidatedEvent e) {}
  ...
}

public class SoapverifierReferenceValidatedEvent {
  public String ID;
  public String URI;
  public String refType;
  public int referenceIndex;
  public boolean digestValid;
}

Remarks

The component fires this event to report completion of a reference validation. A reference is a building block of a signature as it binds signature coverage to a particular piece of the document.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Android Edition - Version 20.0 [Build 8156]