Class LogResult

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

public class LogResult extends Object
  • Constructor Details

    • LogResult

      public LogResult()
  • Method Details

    • getRawEnvelope

      public Object getRawEnvelope()
    • getEventEnvelope

      public EventEnvelope getEventEnvelope()
    • setEventEnvelope

      public void setEventEnvelope(EventEnvelope eventEnvelope)
    • getHash

      public String getHash()
    • getUnpublishedRoot

      public String getUnpublishedRoot()
    • getMembershipProof

      public String getMembershipProof()
    • getConsistencyProof

      public String[] getConsistencyProof()
    • getMembershipVerification

      public EventVerification getMembershipVerification()
    • getConsistencyVerification

      public EventVerification getConsistencyVerification()
    • getSignatureVerification

      public EventVerification getSignatureVerification()
    • verifySignature

      public void verifySignature()