Interface ITimeStampRequest
-
- All Known Implementing Classes:
TimeStampRequestBC
public interface ITimeStampRequestThis interface represents the wrapper for TimeStampRequest that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getEncoded()Calls actualgetEncodedmethod for wrapped TimeStampRequest object.java.math.BigIntegergetNonce()Calls actualgetNoncemethod for wrapped TimeStampRequest object.
-
-
-
Method Detail
-
getEncoded
byte[] getEncoded() throws java.io.IOExceptionCalls actualgetEncodedmethod for wrapped TimeStampRequest object.- Returns:
- the default encoding for the wrapped object.
- Throws:
java.io.IOException- on encoding error.
-
getNonce
java.math.BigInteger getNonce()
Calls actualgetNoncemethod for wrapped TimeStampRequest object.- Returns:
- nonce value.
-
-