Interface TSAInfoBouncyCastle


  • public interface TSAInfoBouncyCastle
    Interface you can implement and pass to TSAClientBouncyCastle in case you want to do something with the information returned
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void inspectTimeStampTokenInfo​(org.bouncycastle.tsp.TimeStampTokenInfo info)
      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.
    • Method Detail

      • inspectTimeStampTokenInfo

        void inspectTimeStampTokenInfo​(org.bouncycastle.tsp.TimeStampTokenInfo info)
        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.
        Parameters:
        info - a TimeStampTokenInfo object