public class ECPrivateKeyParameters : ECKeyParameters
Public Class ECPrivateKeyParameters
Inherits ECKeyParameters
public ref class ECPrivateKeyParameters : public ECKeyParameters
Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters',
Org.BouncyCastle.Crypto.Parameters.ECKeyParameters);
ECPrivateKeyParameters(BigInteger, ECDomainParameters) | Initializes a new instance of the ECPrivateKeyParameters class |
ECPrivateKeyParameters(String, BigInteger, DerObjectIdentifier) | Initializes a new instance of the ECPrivateKeyParameters class |
ECPrivateKeyParameters(String, BigInteger, ECDomainParameters) | Initializes a new instance of the ECPrivateKeyParameters class |
AlgorithmName | (Inherited from ECKeyParameters) |
D | |
IsPrivate | (Inherited from AsymmetricKeyParameter) |
Parameters | (Inherited from ECKeyParameters) |
PublicKeyParamSet | (Inherited from ECKeyParameters) |
Equals(AsymmetricKeyParameter) | (Inherited from AsymmetricKeyParameter) |
Equals(ECKeyParameters) | (Inherited from ECKeyParameters) |
Equals(ECPrivateKeyParameters) | |
Equals(Object) | (Overrides ECKeyParametersEquals(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 ECKeyParametersGetHashCode) |
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) |