iText 9.0.0 API
iText.Commons.Bouncycastle.Asn1.X509.IDistributionPointName Interface Reference

This interface represents the wrapper for DistributionPointName that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...

Inheritance diagram for iText.Commons.Bouncycastle.Asn1.X509.IDistributionPointName:
iText.Commons.Bouncycastle.Asn1.IAsn1Encodable iText.Bouncycastle.Asn1.X509.DistributionPointNameBC iText.Bouncycastlefips.Asn1.X509.DistributionPointNameBCFips

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...
 

Detailed Description

This interface represents the wrapper for DistributionPointName that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.

Member Function Documentation

◆ GetFullName()

int iText.Commons.Bouncycastle.Asn1.X509.IDistributionPointName.GetFullName ( )

Gets FULL_NAME constant for the wrapped DistributionPointName.

Returns
DistributionPointName.FULL_NAME value.

Implemented in iText.Bouncycastle.Asn1.X509.DistributionPointNameBC, and iText.Bouncycastlefips.Asn1.X509.DistributionPointNameBCFips.

◆ GetName()

IAsn1Encodable iText.Commons.Bouncycastle.Asn1.X509.IDistributionPointName.GetName ( )

Calls actual getName method for the wrapped DistributionPointName object.

Returns

iText.Commons.Bouncycastle.Asn1.IAsn1Encodable ASN1Encodable wrapper.

Implemented in iText.Bouncycastle.Asn1.X509.DistributionPointNameBC, and iText.Bouncycastlefips.Asn1.X509.DistributionPointNameBCFips.

◆ GetType()

int iText.Commons.Bouncycastle.Asn1.X509.IDistributionPointName.GetType ( )

Calls actual getType method for the wrapped DistributionPointName object.

Returns
type value.

Implemented in iText.Bouncycastle.Asn1.X509.DistributionPointNameBC, and iText.Bouncycastlefips.Asn1.X509.DistributionPointNameBCFips.