public class ElGamalPublicKeyParameters : ElGamalKeyParameters
Public Class ElGamalPublicKeyParameters
Inherits ElGamalKeyParameters
public ref class ElGamalPublicKeyParameters : public ElGamalKeyParameters
Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters',
Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters);
ElGamalPublicKeyParameters | Initializes a new instance of the ElGamalPublicKeyParameters class |
IsPrivate | (Inherited from AsymmetricKeyParameter) |
Parameters | (Inherited from ElGamalKeyParameters) |
Y |
Equals(AsymmetricKeyParameter) | (Inherited from AsymmetricKeyParameter) |
Equals(ElGamalKeyParameters) | (Inherited from ElGamalKeyParameters) |
Equals(ElGamalPublicKeyParameters) | |
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) |