Class SearchEvent

java.lang.Object
cloud.pangeacyber.pangea.audit.SearchEvent

public class SearchEvent extends Object
  • Constructor Details

    • SearchEvent

      public SearchEvent()
  • Method Details

    • getRawEnvelope

      public Object getRawEnvelope()
    • getEventEnvelope

      public EventEnvelope getEventEnvelope()
    • setEventEnvelope

      public void setEventEnvelope(EventEnvelope eventEnvelope)
    • getHash

      public String getHash()
    • getLeafIndex

      public Integer getLeafIndex()
    • getMembershipProof

      public String getMembershipProof()
    • isPublished

      public boolean isPublished()
    • getMembershipVerification

      public EventVerification getMembershipVerification()
    • getConsistencyVerification

      public EventVerification getConsistencyVerification()
    • getSignatureVerification

      public EventVerification getSignatureVerification()
    • verifySignature

      public void verifySignature()
    • verifyConsistency

      public void verifyConsistency(Map<Integer,PublishedRoot> publishedRoots)
    • verifyMembershipProof

      public void verifyMembershipProof(String rootHashEnc)