View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window notary-plugin-common-5.0.0.0-Iguana1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.r3.corda.notary.plugin.common
├─ com.r3.corda.notary.plugin.common.BaseNotarizationPayload.class - [JAR]
├─ com.r3.corda.notary.plugin.common.NotarizationRequest.class - [JAR]
├─ com.r3.corda.notary.plugin.common.NotarizationRequestSignature.class - [JAR]
├─ com.r3.corda.notary.plugin.common.NotarizationResponse.class - [JAR]
├─ com.r3.corda.notary.plugin.common.NotaryExceptionGeneral.class - [JAR]
├─ com.r3.corda.notary.plugin.common.NotaryExceptionInputStateConflict.class - [JAR]
├─ com.r3.corda.notary.plugin.common.NotaryExceptionInputStateUnknown.class - [JAR]
├─ com.r3.corda.notary.plugin.common.NotaryExceptionMalformedRequest.class - [JAR]
├─ com.r3.corda.notary.plugin.common.NotaryExceptionReferenceStateConflict.class - [JAR]
├─ com.r3.corda.notary.plugin.common.NotaryExceptionReferenceStateUnknown.class - [JAR]
├─ com.r3.corda.notary.plugin.common.NotaryExceptionTimeWindowOutOfBounds.class - [JAR]
├─ com.r3.corda.notary.plugin.common.PluggableNotaryFlowHelpers.class - [JAR]