|
iText 9.4.0 API
|
Wrapper class for X509Extension. More...
Public Member Functions |
|
| X509ExtensionBC (X509Extension extension) | |
| Creates new wrapper instance for X509Extension. More... |
|
| virtual X509Extension | GetX509Extension () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| override bool | Equals (Object o) |
| Indicates whether some other object is "equal to" this one. Compares wrapped objects. 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... |
|
Wrapper class for X509Extension.
|
inline |
Creates new wrapper instance for X509Extension.
| extension | X509Extension to be wrapped |
|
inline |
Indicates whether some other object is "equal to" this one. Compares wrapped objects.
|
inline |
Returns a hash code value based on the wrapped object.
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.
|
inline |
Delegates toString method call to the wrapped object.