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