iText 9.0.0 API
|
This interface represents the wrapper for ASN1Encodable that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...
Public Member Functions |
|
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 ASN1Encodable that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
bool iText.Commons.Bouncycastle.Asn1.IAsn1Encodable.IsNull | ( | ) |
Checks if wrapped object is null.
null
is wrapped, false otherwise.
Implemented in iText.Bouncycastle.Asn1.Asn1EncodableBC, and iText.Bouncycastlefips.Asn1.Asn1EncodableBCFips.
IAsn1Object iText.Commons.Bouncycastle.Asn1.IAsn1Encodable.ToASN1Primitive | ( | ) |
Calls actual toASN1Primitive
method for the wrapped ASN1Encodable object.
IAsn1Object wrapped ASN1Primitive object.
Implemented in iText.Bouncycastle.Asn1.Asn1EncodableBC, and iText.Bouncycastlefips.Asn1.Asn1EncodableBCFips.