|
iText 8.0.5 API
|
Wrapper class for Org.BouncyCastle.Crypto.IAsymmetricPublicKey. More...
Public Member Functions |
|
| PublicKeyBCFips (IAsymmetricPublicKey publicKey) | |
| Creates new wrapper instance for Org.BouncyCastle.Crypto.IAsymmetricPublicKey. More... |
|
| virtual IAsymmetricPublicKey | GetPublicKey () |
| 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 Org.BouncyCastle.Crypto.IAsymmetricPublicKey.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Crypto.IAsymmetricPublicKey.
| publicKey | Org.BouncyCastle.Crypto.IAsymmetricPublicKey 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.