Package fr.gouv.vitam.common.timestamp
Interface TimeStampSignature
- All Known Implementing Classes:
TimeStampSignatureWithKeystore
public interface TimeStampSignature
sign a timestramp request with the current date, two implementation are possible: - sign with a local keystore - call
an external service
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.tsp.TimeStampResponse
sign
(org.bouncycastle.tsp.TimeStampRequest request)
-
Method Details
-
sign
org.bouncycastle.tsp.TimeStampResponse sign(org.bouncycastle.tsp.TimeStampRequest request) throws org.bouncycastle.operator.OperatorCreationException, org.bouncycastle.tsp.TSPException, CertificateEncodingException - Parameters:
request
- time stamp request- Returns:
- time stamp response
- Throws:
org.bouncycastle.operator.OperatorCreationException
org.bouncycastle.tsp.TSPException
CertificateEncodingException
-