|
iText 9.5.0 API
|
Wrapper class for Org.BouncyCastle.Crypto.ICipherParameters. More...
Public Member Functions |
|
| PrivateKeyBC (ICipherParameters privateKey) | |
| Creates new wrapper instance for Org.BouncyCastle.Crypto.ICipherParameters. More... |
|
| virtual ICipherParameters | GetPrivateKey () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| string | GetAlgorithm () |
| Gets private key algorithm. 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.ICipherParameters.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Crypto.ICipherParameters.
| privateKey | Org.BouncyCastle.Crypto.ICipherParameters to be wrapped |
|
inline |
Indicates whether some other object is "equal to" this one. Compares wrapped objects.
|
inline |
Gets private key algorithm.
Implements iText.Commons.Bouncycastle.Crypto.IPrivateKey.
|
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.