Jsign - Authenticode implementation in Java (Core)

Pure Java implementation of Microsoft Authenticode for signing Windows executable files, Microsoft Installers (MSI), Cabinet files (CAB) and scripts (PowerShell, VBScript, JScript, WSF).

License

License

Categories

Categories

Net
GroupId

GroupId

net.jsign
ArtifactId

ArtifactId

jsign-core
Last Version

Last Version

4.1
Release Date

Release Date

Type

Type

jar
Description

Description

Jsign - Authenticode implementation in Java (Core)
Pure Java implementation of Microsoft Authenticode for signing Windows executable files, Microsoft Installers (MSI), Cabinet files (CAB) and scripts (PowerShell, VBScript, JScript, WSF).

Download jsign-core

How to add to project

<!-- https://jarcasting.com/artifacts/net.jsign/jsign-core/ -->
<dependency>
    <groupId>net.jsign</groupId>
    <artifactId>jsign-core</artifactId>
    <version>4.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.jsign/jsign-core/
implementation 'net.jsign:jsign-core:4.1'
// https://jarcasting.com/artifacts/net.jsign/jsign-core/
implementation ("net.jsign:jsign-core:4.1")
'net.jsign:jsign-core:jar:4.1'
<dependency org="net.jsign" name="jsign-core" rev="4.1">
  <artifact name="jsign-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jsign', module='jsign-core', version='4.1')
)
libraryDependencies += "net.jsign" % "jsign-core" % "4.1"
[net.jsign/jsign-core "4.1"]

Dependencies

compile (5)

Group / Artifact Type Version
org.bouncycastle : bcprov-jdk15to18 jar 1.71
org.bouncycastle : bcpkix-jdk15to18 jar 1.71
org.apache.poi : poi jar 5.2.0
commons-io : commons-io jar 2.11.0
com.cedarsoftware : json-io jar 4.13.0

test (4)

Group / Artifact Type Version
org.apache.commons : commons-compress jar 1.21
org.apache.commons : commons-lang3 jar 3.12.0
junit : junit jar 4.13.2
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
4.1
4.0
3.1
3.0
2.1
2.0