|
iText 9.5.0 API
|
This interface represents the wrapper for DistributionPointName that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...
Public Member Functions |
|
| int | GetType () |
Calls actual getType method for the wrapped DistributionPointName object. More... |
|
| IAsn1Encodable | GetName () |
Calls actual getName method for the wrapped DistributionPointName object. More... |
|
| int | GetFullName () |
Gets FULL_NAME constant for the wrapped DistributionPointName. More... |
|
Public Member Functions inherited from iText.Commons.Bouncycastle.Asn1.IAsn1Encodable |
|
| 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 DistributionPointName that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
| int iText.Commons.Bouncycastle.Asn1.X509.IDistributionPointName.GetFullName | ( | ) |
Gets FULL_NAME constant for the wrapped DistributionPointName.
Implemented in iText.Bouncycastle.Asn1.X509.DistributionPointNameBC, and iText.Bouncycastlefips.Asn1.X509.DistributionPointNameBCFips.
| IAsn1Encodable iText.Commons.Bouncycastle.Asn1.X509.IDistributionPointName.GetName | ( | ) |
Calls actual getName method for the wrapped DistributionPointName object.
iText.Commons.Bouncycastle.Asn1.IAsn1Encodable ASN1Encodable wrapper.
Implemented in iText.Bouncycastle.Asn1.X509.DistributionPointNameBC, and iText.Bouncycastlefips.Asn1.X509.DistributionPointNameBCFips.
| int iText.Commons.Bouncycastle.Asn1.X509.IDistributionPointName.GetType | ( | ) |
Calls actual getType method for the wrapped DistributionPointName object.
Implemented in iText.Bouncycastle.Asn1.X509.DistributionPointNameBC, and iText.Bouncycastlefips.Asn1.X509.DistributionPointNameBCFips.