public class RFC3161Timestamper extends Timestamper
| Constructor and Description |
|---|
RFC3161Timestamper() |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.cms.CMSSignedData |
timestamp(net.jsign.DigestAlgorithm algo,
org.bouncycastle.cms.CMSSignedData sigData)
Timestamp the specified signature.
|
create, setRetries, setRetryWait, setURL, setURLspublic RFC3161Timestamper()
public org.bouncycastle.cms.CMSSignedData timestamp(net.jsign.DigestAlgorithm algo, org.bouncycastle.cms.CMSSignedData sigData) throws TimestampingException, IOException, org.bouncycastle.cms.CMSException
Timestampertimestamp in class Timestamperalgo - the digest algorithm used for the timestampsigData - the signed data to be timestampedTimestampingException - if the timestamping keeps failing after the configured number of attemptsIOException - if an I/O error occursorg.bouncycastle.cms.CMSException - if the signature cannot be generatedCopyright © 2012–2025. All rights reserved.