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