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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.bouncycastle.tsp.TimeStampResponse
sign(org.bouncycastle.tsp.TimeStampRequest request)
-
-
-
Method Detail
-
sign
org.bouncycastle.tsp.TimeStampResponse sign(org.bouncycastle.tsp.TimeStampRequest request) throws org.bouncycastle.operator.OperatorCreationException, org.bouncycastle.tsp.TSPException, java.security.cert.CertificateEncodingException
- Parameters:
request
- time stamp request- Returns:
- time stamp response
- Throws:
org.bouncycastle.operator.OperatorCreationException
org.bouncycastle.tsp.TSPException
java.security.cert.CertificateEncodingException
-
-