Uses of Enum Class
cloud.pangeacyber.pangea.audit.EventVerification
Packages that use EventVerification
-
Uses of EventVerification in cloud.pangeacyber.pangea.audit
Methods in cloud.pangeacyber.pangea.audit that return EventVerificationModifier and TypeMethodDescriptionLogResult.getConsistencyVerification()SearchEvent.getConsistencyVerification()LogResult.getMembershipVerification()SearchEvent.getMembershipVerification()LogResult.getSignatureVerification()SearchEvent.getSignatureVerification()static EventVerificationReturns the enum constant of this class with the specified name.static EventVerification[]EventVerification.values()Returns an array containing the constants of this enum class, in the order they are declared.EventEnvelope.verifySignature() -
Uses of EventVerification in cloud.pangeacyber.pangea.audit.utils
Methods in cloud.pangeacyber.pangea.audit.utils that return EventVerificationModifier and TypeMethodDescriptionstatic EventVerificationVerification.verifyConsistencyProof(String currRootHashEnc, String prevRootHashEnc, ConsistencyProof proof) static EventVerificationVerification.verifyMembershipProof(String rootHashEnc, String nodeHashEnc, String membershipProof)