|
iText 9.5.0 API
|
Wrapper class for IAsymmetricPrivateKey. More...
Public Member Functions |
|
| PrivateKeyBCFips (IAsymmetricPrivateKey privateKey) | |
| Creates new wrapper instance for IAsymmetricPrivateKey. More... |
|
| virtual IAsymmetricPrivateKey | 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 IAsymmetricPrivateKey.
|
inline |
Creates new wrapper instance for IAsymmetricPrivateKey.
| privateKey | IAsymmetricPrivateKey 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.