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 TypeMethodDescriptionbyte[]
Calls actualgetEncoded
method for wrapped TimeStampRequest object.getNonce()
Calls actualgetNonce
method for wrapped TimeStampRequest object.
-
Method Details
-
getEncoded
Calls actualgetEncoded
method for wrapped TimeStampRequest object.- Returns:
- the default encoding for the wrapped object.
- Throws:
-
IOException
- on encoding error.
-
getNonce
BigInteger getNonce()Calls actualgetNonce
method for wrapped TimeStampRequest object.- Returns:
- nonce value.
-