|
iText 9.4.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.X509.DistributionPointName. More...
Public Member Functions |
|
| DistributionPointNameBC (DistributionPointName distributionPointName) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.X509.DistributionPointName. More... |
|
| virtual DistributionPointName | GetDistributionPointName () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| virtual int | GetType () |
Calls actual getType method for the wrapped DistributionPointName object. More... |
|
| virtual IAsn1Encodable | GetName () |
Calls actual getName method for the wrapped DistributionPointName object. More... |
|
| virtual int | GetFullName () |
Gets FULL_NAME constant for the wrapped DistributionPointName. More... |
|
Public Member Functions inherited from iText.Bouncycastle.Asn1.Asn1EncodableBC |
|
| Asn1EncodableBC (Asn1Encodable encodable) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Encodable. More... |
|
| virtual Asn1Encodable | GetEncodable () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| virtual IAsn1Object | ToASN1Primitive () |
Calls actual toASN1Primitive method for the wrapped ASN1Encodable object. More... |
|
| virtual bool | IsNull () |
| Checks if wrapped object is null. More... |
|
| override bool | Equals (Object o) |
| Indicates whether some other object is "equal to" this one. More... |
|
| override int | GetHashCode () |
| Returns a hash code value based on the wrapped object. More... |
|
| override String | ToString () |
Delegates toString method call to the wrapped object. More... |
|
Static Public Member Functions |
|
| static iText.Bouncycastle.Asn1.X509.DistributionPointNameBC | GetInstance () |
| Gets wrapper instance. More... |
|
Wrapper class for Org.BouncyCastle.Asn1.X509.DistributionPointName.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.X509.DistributionPointName.
| distributionPointName |
Org.BouncyCastle.Asn1.X509.DistributionPointName to be wrapped
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.
|
inlinevirtual |
Gets FULL_NAME constant for the wrapped DistributionPointName.
Implements iText.Commons.Bouncycastle.Asn1.X509.IDistributionPointName.
|
inlinestatic |
Gets wrapper instance.
DistributionPointNameBC instance.
|
inlinevirtual |
Calls actual getName method for the wrapped DistributionPointName object.
Implements iText.Commons.Bouncycastle.Asn1.X509.IDistributionPointName.
|
inlinevirtual |
Calls actual getType method for the wrapped DistributionPointName object.
Implements iText.Commons.Bouncycastle.Asn1.X509.IDistributionPointName.