public interface TSPSource extends Serializable
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.tsp.TimeStampToken |
getTimeStampResponse(DigestAlgorithm digestAlgorithm,
byte[] digest)
Gets a TimeStampResponse relevant to the provided digest
|
org.bouncycastle.tsp.TimeStampToken getTimeStampResponse(DigestAlgorithm digestAlgorithm, byte[] digest) throws DSSException
digestAlgorithm - the used digest algorithmdigest - the computed digest to be timestampedDSSException - if any error occurredCopyright © 2019. All rights reserved.