| Package | Description |
|---|---|
| net.jsign |
| Modifier and Type | Method and Description |
|---|---|
AuthenticodeSigner |
AuthenticodeSigner.withDigestAlgorithm(DigestAlgorithm algorithm)
Set the digest algorithm to use (SHA-256 by default)
|
AuthenticodeSigner |
AuthenticodeSigner.withProgramName(String programName)
Set the program name embedded in the signature.
|
AuthenticodeSigner |
AuthenticodeSigner.withProgramURL(String programURL)
Set the program URL embedded in the signature.
|
AuthenticodeSigner |
AuthenticodeSigner.withSignatureAlgorithm(String signatureAlgorithm)
Explicitly sets the signature algorithm to use.
|
AuthenticodeSigner |
AuthenticodeSigner.withSignatureAlgorithm(String signatureAlgorithm,
Provider signatureProvider)
Explicitly sets the signature algorithm and provider to use.
|
AuthenticodeSigner |
AuthenticodeSigner.withSignatureAlgorithm(String signatureAlgorithm,
String signatureProvider)
Explicitly sets the signature algorithm and provider to use.
|
AuthenticodeSigner |
AuthenticodeSigner.withSignatureProvider(Provider signatureProvider)
Set the signature provider to use.
|
AuthenticodeSigner |
AuthenticodeSigner.withSignaturesReplaced(boolean replace)
Enable or disable the replacement of the previous signatures (disabled by default).
|
AuthenticodeSigner |
AuthenticodeSigner.withTimestamper(Timestamper timestamper)
Set the Timestamper implementation.
|
AuthenticodeSigner |
AuthenticodeSigner.withTimestamping(boolean timestamping)
Enable or disable the timestamping (enabled by default).
|
AuthenticodeSigner |
AuthenticodeSigner.withTimestampingAuthority(String... urls)
Set the URLs of the timestamping authorities.
|
AuthenticodeSigner |
AuthenticodeSigner.withTimestampingAuthority(String url)
Set the URL of the timestamping authority.
|
AuthenticodeSigner |
AuthenticodeSigner.withTimestampingMode(TimestampingMode tsmode)
RFC3161 or Authenticode (Authenticode by default).
|
AuthenticodeSigner |
AuthenticodeSigner.withTimestampingRetries(int timestampingRetries)
Set the number of retries for timestamping.
|
AuthenticodeSigner |
AuthenticodeSigner.withTimestampingRetryWait(int timestampingRetryWait)
Set the number of seconds to wait between timestamping retries.
|
Copyright © 2012–2020. All rights reserved.