public class TimeStampService extends Object
| Constructor and Description |
|---|
TimeStampService() |
TimeStampService(DigestType digestType) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDigestAsBytes(String property) |
byte[] |
getDigestFrom(byte[]... toCompute) |
DigestType |
getDigestType() |
org.bouncycastle.tsp.TimeStampToken |
getTimeStampFrom(String timeStampAsString) |
public TimeStampService()
public TimeStampService(DigestType digestType)
public byte[] getDigestFrom(byte[]... toCompute)
public org.bouncycastle.tsp.TimeStampToken getTimeStampFrom(String timeStampAsString) throws IOException, org.bouncycastle.tsp.TSPException
IOExceptionorg.bouncycastle.tsp.TSPExceptionpublic byte[] getDigestAsBytes(String property)
public DigestType getDigestType()
Copyright © 2019 Vitam. All rights reserved.