- WindowsScript - Class in net.jsign.script
-
A Windows script file (.wsf).
- WindowsScript() - Constructor for class net.jsign.script.WindowsScript
-
Create a Windows script.
- WindowsScript(File) - Constructor for class net.jsign.script.WindowsScript
-
Create a Windows script from the specified file and load its content.
- WindowsScript(File, Charset) - Constructor for class net.jsign.script.WindowsScript
-
Create a Windows script from the specified file and load its content.
- withDigestAlgorithm(DigestAlgorithm) - Method in class net.jsign.AuthenticodeSigner
-
Set the digest algorithm to use (SHA-256 by default)
- withProgramName(String) - Method in class net.jsign.AuthenticodeSigner
-
Set the program name embedded in the signature.
- withProgramURL(String) - Method in class net.jsign.AuthenticodeSigner
-
Set the program URL embedded in the signature.
- withSignatureAlgorithm(String) - Method in class net.jsign.AuthenticodeSigner
-
Explicitly sets the signature algorithm to use.
- withSignatureAlgorithm(String, String) - Method in class net.jsign.AuthenticodeSigner
-
Explicitly sets the signature algorithm and provider to use.
- withSignatureAlgorithm(String, Provider) - Method in class net.jsign.AuthenticodeSigner
-
Explicitly sets the signature algorithm and provider to use.
- withSignatureProvider(Provider) - Method in class net.jsign.AuthenticodeSigner
-
Set the signature provider to use.
- withSignaturesReplaced(boolean) - Method in class net.jsign.AuthenticodeSigner
-
Enable or disable the replacement of the previous signatures (disabled by default).
- withTimestamper(Timestamper) - Method in class net.jsign.AuthenticodeSigner
-
Set the Timestamper implementation.
- withTimestamping(boolean) - Method in class net.jsign.AuthenticodeSigner
-
Enable or disable the timestamping (enabled by default).
- withTimestampingAuthority(String) - Method in class net.jsign.AuthenticodeSigner
-
Set the URL of the timestamping authority.
- withTimestampingAuthority(String...) - Method in class net.jsign.AuthenticodeSigner
-
Set the URLs of the timestamping authorities.
- withTimestampingMode(TimestampingMode) - Method in class net.jsign.AuthenticodeSigner
-
RFC3161 or Authenticode (Authenticode by default).
- withTimestampingRetries(int) - Method in class net.jsign.AuthenticodeSigner
-
Set the number of retries for timestamping.
- withTimestampingRetryWait(int) - Method in class net.jsign.AuthenticodeSigner
-
Set the number of seconds to wait between timestamping retries.
- write(SeekableByteChannel) - Method in class net.jsign.zip.CentralDirectory
-
Write the central directory at the current position of the channel and update the offset.
- write(SeekableByteChannel, long) - Method in class net.jsign.zip.CentralDirectory
-
Write the central directory at the current position of the channel but don't update the offset.