public class ElGamalPrivateKeyParameters : ElGamalKeyParameters
Public Class ElGamalPrivateKeyParameters
Inherits ElGamalKeyParameters
public ref class ElGamalPrivateKeyParameters : public ElGamalKeyParameters
Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters',
Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters);
ElGamalPrivateKeyParameters | Initializes a new instance of the ElGamalPrivateKeyParameters class |
IsPrivate | (Inherited from AsymmetricKeyParameter) |
Parameters | (Inherited from ElGamalKeyParameters) |
X |
Equals(AsymmetricKeyParameter) | (Inherited from AsymmetricKeyParameter) |
Equals(ElGamalKeyParameters) | (Inherited from ElGamalKeyParameters) |
Equals(ElGamalPrivateKeyParameters) | |
Equals(Object) | (Overrides ElGamalKeyParametersEquals(Object)) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | (Overrides ElGamalKeyParametersGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |