public class DHParameters : ICipherParameters
Public Class DHParameters
Implements ICipherParameters
public ref class DHParameters : ICipherParameters
Org.BouncyCastle.Crypto.Parameters.DHParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.DHParameters',
null,
Org.BouncyCastle.Crypto.ICipherParameters);
DHParameters(BigInteger, BigInteger) | Initializes a new instance of the DHParameters class |
DHParameters(BigInteger, BigInteger, BigInteger) | Initializes a new instance of the DHParameters class |
DHParameters(BigInteger, BigInteger, BigInteger, Int32) | Initializes a new instance of the DHParameters class |
DHParameters(BigInteger, BigInteger, BigInteger, BigInteger, DHValidationParameters) | Initializes a new instance of the DHParameters class |
DHParameters(BigInteger, BigInteger, BigInteger, Int32, Int32) | Initializes a new instance of the DHParameters class |
DHParameters(BigInteger, BigInteger, BigInteger, Int32, Int32, BigInteger, DHValidationParameters) | Initializes a new instance of the DHParameters class |
G | |
J | |
L | The bitlength of the private value. |
M | The minimum bitlength of the private value. |
P | |
Q | |
ValidationParameters |
Equals(DHParameters) | |
Equals(Object) | (Overrides ObjectEquals(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 ObjectGetHashCode) |
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) |