C# Class Org.BouncyCastle.Crypto.AsymmetricKeyParameter

Inheritance: IAsymmetricKeyParameter
Mostrar archivo Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
AsymmetricKeyParameter ( bool privateKey ) : System
Equals ( AsymmetricKeyParameter other ) : bool

Method Details

AsymmetricKeyParameter() protected method

protected AsymmetricKeyParameter ( bool privateKey ) : System
privateKey bool
return System

Equals() protected method

protected Equals ( AsymmetricKeyParameter other ) : bool
other AsymmetricKeyParameter
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int