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