| Package | Description |
|---|---|
| net.jsign | |
| net.jsign.msi | |
| net.jsign.pe | |
| net.jsign.script |
| Modifier and Type | Method and Description |
|---|---|
static Signable |
Signable.of(File file)
Returns a signable object for the file specified.
|
static Signable |
Signable.of(File file,
Charset encoding)
Returns a signable object for the file specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticodeSigner.sign(Signable file)
Sign the specified file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MSIFile
A Microsoft Installer package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PEFile
Portable Executable File.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JScript
A JScript file.
|
class |
PowerShellScript
A PowerShell script.
|
class |
PowerShellXMLScript
A PowerShell script in XML format (.ps1xml).
|
class |
VBScript
A Visual Basic script.
|
class |
WindowsScript
A Windows script file (
.wsf). |
Copyright © 2012–2020. All rights reserved.