iText 9.0.0 API
|
This interface represents the wrapper for TSTInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...
Public Member Functions |
|
IMessageImprint | GetMessageImprint () |
Calls actual getMessageImprint method for the wrapped TSTInfo object. More... |
|
DateTime | GetGenTime () |
Calls actual getGenTime method for the wrapped TSTInfo object and gets date. More... |
|
![]() |
|
IAsn1Object | ToASN1Primitive () |
Calls actual toASN1Primitive method for the wrapped ASN1Encodable object. More... |
|
bool | IsNull () |
Checks if wrapped object is null. More... |
|
This interface represents the wrapper for TSTInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
DateTime iText.Commons.Bouncycastle.Asn1.Tsp.ITstInfo.GetGenTime | ( | ) |
Calls actual getGenTime
method for the wrapped TSTInfo object and gets date.
Implemented in iText.Bouncycastle.Asn1.Tsp.TstInfoBC, and iText.Bouncycastlefips.Asn1.Tsp.TstInfoBCFips.
IMessageImprint iText.Commons.Bouncycastle.Asn1.Tsp.ITstInfo.GetMessageImprint | ( | ) |
Calls actual getMessageImprint
method for the wrapped TSTInfo object.
IMessageImprint wrapper for the received MessageImprint object.
Implemented in iText.Bouncycastle.Asn1.Tsp.TstInfoBC, and iText.Bouncycastlefips.Asn1.Tsp.TstInfoBCFips.