Interface ITimeStampResponse

  • All Known Implementing Classes:
    TimeStampResponseBC

    public interface ITimeStampResponse
    This interface represents the wrapper for TimeStampResponse that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
    • Method Detail

      • getFailInfo

        IPKIFailureInfo getFailInfo()
        Calls actual getFailInfo method for the wrapped TimeStampResponse object.
        Returns:
        IPKIFailureInfo the wrapper for the received PKIFailureInfo object.
      • getTimeStampToken

        ITimeStampToken getTimeStampToken()
        Calls actual getTimeStampToken method for the wrapped TimeStampResponse object.
        Returns:
        ITimeStampToken the wrapper for the received TimeStampToken object.
      • getStatusString

        java.lang.String getStatusString()
        Calls actual getStatusString method for the wrapped TimeStampResponse object.
        Returns:
        status string.
      • getEncoded

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