Timestamp PKCS#7 structure (RFC 3161)
With the Aloaha Smart Card Connector / API it is possible to timestamp any PKCS #7 signature. Timestamps are RFC 3161 compatible.
Please find some sample code below
Configure TSA Server
dim tsa
set tsa = createobject("aloahacsp.aloaha_csp")
call tsa.show_TSAConfig(cbool(false))
set tsa = nothing
Timestamp a PKCs #7 structure. Input and Output has to be in HEX format.
dim tsa
dim input 'input contains PKCS7 signature in HEX
dim output 'output will hold PKCS7 stamped in HEX
set tsa = createobject("aloahacsp.aloaha_csp")
output = tsa.TimeStamp_PKCS7(cstr(input))
set tsa = nothing
Please ask...
Although we really tried hard, there are always questions left open. But perhaps somebody else had already put the same question?
Please check!
i saw you reply for my query thank you for that.i need some more answer pls send it
i want some sample java code of timestamp server using rfc3161?.if u give means it will helpful for me to do my final year project.
For sample code please contact our suppport at info@aloaha.com
Answered 18.03.2009
i want some sample of timestamp server using rfc3161 in java
Just connect to our demo server at http://tsa.aloaha.com/tsa.asp or https://tsa.aloaha.com/tsa.asp
Answered 11.03.2009
If not, please do not hesitate to send us your question.
We would be glad to answer it.
Home / Knowledge Base / Smart Card API / Timestamp PKCS7 Signature