public class DHPublicKeyParameters : DHKeyParameters
Public Class DHPublicKeyParameters
Inherits DHKeyParameters
public ref class DHPublicKeyParameters : public DHKeyParameters
Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters',
Org.BouncyCastle.Crypto.Parameters.DHKeyParameters);
DHPublicKeyParameters(BigInteger, DHParameters) | Initializes a new instance of the DHPublicKeyParameters class |
DHPublicKeyParameters(BigInteger, DHParameters, DerObjectIdentifier) | Initializes a new instance of the DHPublicKeyParameters class |
AlgorithmOid | (Inherited from DHKeyParameters) |
IsPrivate | (Inherited from AsymmetricKeyParameter) |
Parameters | (Inherited from DHKeyParameters) |
Y |
Equals(AsymmetricKeyParameter) | (Inherited from AsymmetricKeyParameter) |
Equals(DHKeyParameters) | (Inherited from DHKeyParameters) |
Equals(DHPublicKeyParameters) | |
Equals(Object) | (Overrides DHKeyParametersEquals(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 DHKeyParametersGetHashCode) |
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) |