Interface ITimeStampRequest

All Known Implementing Classes:
TimeStampRequestBC, TimeStampRequestBCFips

public interface ITimeStampRequest
This interface represents the wrapper for TimeStampRequest that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Calls actual getEncoded method for wrapped TimeStampRequest object.
    Calls actual getNonce method for wrapped TimeStampRequest object.
  • Method Details

    • getEncoded

      byte[] getEncoded() throws IOException
      Calls actual getEncoded method for wrapped TimeStampRequest object.
      Returns:
      the default encoding for the wrapped object.
      Throws:
      IOException - on encoding error.
    • getNonce

      BigInteger getNonce()
      Calls actual getNonce method for wrapped TimeStampRequest object.
      Returns:
      nonce value.