jar

io.gitlab.openchvote : framework

Maven & Gradle

Mar 02, 2023

framework · This module offers a generic framework for implementing cryptographic protocols such as CHVote.

Table Of Contents

Latest Version

Download io.gitlab.openchvote : framework JAR file - Latest Versions:

All Versions

Download io.gitlab.openchvote : framework JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3
1.2.x
1.2

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window framework-1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ch.openchvote.framework

├─ ch.openchvote.framework.Factory.class - [JAR]

├─ ch.openchvote.framework.Message.class - [JAR]

├─ ch.openchvote.framework.Party.class - [JAR]

├─ ch.openchvote.framework.State.class - [JAR]

ch.openchvote.framework.context

├─ ch.openchvote.framework.context.EventContext.class - [JAR]

├─ ch.openchvote.framework.context.EventData.class - [JAR]

├─ ch.openchvote.framework.context.EventMessages.class - [JAR]

├─ ch.openchvote.framework.context.EventSetup.class - [JAR]

ch.openchvote.framework.exceptions

├─ ch.openchvote.framework.exceptions.EventDataException.class - [JAR]

├─ ch.openchvote.framework.exceptions.EventSetupException.class - [JAR]

├─ ch.openchvote.framework.exceptions.MessageException.class - [JAR]

├─ ch.openchvote.framework.exceptions.StateException.class - [JAR]

├─ ch.openchvote.framework.exceptions.TaskException.class - [JAR]

├─ ch.openchvote.framework.exceptions.TypedException.class - [JAR]

ch.openchvote.framework.security

├─ ch.openchvote.framework.security.Certificate.class - [JAR]

├─ ch.openchvote.framework.security.EncryptionScheme.class - [JAR]

├─ ch.openchvote.framework.security.KeyGenerator.class - [JAR]

├─ ch.openchvote.framework.security.KeyPair.class - [JAR]

├─ ch.openchvote.framework.security.SignatureScheme.class - [JAR]

ch.openchvote.framework.services

├─ ch.openchvote.framework.services.CertificateService.class - [JAR]

├─ ch.openchvote.framework.services.Keystore.class - [JAR]

├─ ch.openchvote.framework.services.Logger.class - [JAR]

├─ ch.openchvote.framework.services.MessagingService.class - [JAR]

├─ ch.openchvote.framework.services.PersistenceService.class - [JAR]

├─ ch.openchvote.framework.services.ServiceLoader.class - [JAR]