public class ECDomainParameters
Public Class ECDomainParameters
public ref class ECDomainParameters
Org.BouncyCastle.Crypto.Parameters.ECDomainParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.ECDomainParameters');
ECDomainParameters(X9ECParameters) | Initializes a new instance of the ECDomainParameters class |
ECDomainParameters(ECCurve, ECPoint, BigInteger) | Initializes a new instance of the ECDomainParameters class |
ECDomainParameters(ECCurve, ECPoint, BigInteger, BigInteger) | Initializes a new instance of the ECDomainParameters class |
ECDomainParameters(ECCurve, ECPoint, BigInteger, BigInteger, Byte) | Initializes a new instance of the ECDomainParameters class |
Equals(ECDomainParameters) | |
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) |
GetSeed | |
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) |
ValidatePrivateScalar | |
ValidatePublicPoint |