Table of Contents

Interface ITSAInfoBouncyCastle

Namespace
iText.Signatures
Assembly
itext.sign.dll

Interface you can implement and pass to TSAClientBouncyCastle in case you want to do something with the information returned

public interface ITSAInfoBouncyCastle

Methods

InspectTimeStampTokenInfo(ITimeStampTokenInfo)

When a timestamp is created using TSAClientBouncyCastle, this method is triggered passing an object that contains info about the timestamp and the time stamping authority.

void InspectTimeStampTokenInfo(ITimeStampTokenInfo info)

Parameters

info ITimeStampTokenInfo

a ITimeStampTokenInfo object