C# Class Org.BouncyCastle.Crypto.Parameters.ECKeyParameters

Inheritance: AsymmetricKeyParameter
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

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

Protected Methods

Method Description
ECKeyParameters ( string algorithm, bool isPrivate, DerObjectIdentifier publicKeyParamSet ) : System
ECKeyParameters ( string algorithm, bool isPrivate, ECDomainParameters parameters ) : System
Equals ( ECKeyParameters other ) : bool

Private Methods

Method Description
LookupParameters ( DerObjectIdentifier publicKeyParamSet ) : ECDomainParameters
VerifyAlgorithmName ( string algorithm ) : string

Method Details

ECKeyParameters() protected method

protected ECKeyParameters ( string algorithm, bool isPrivate, DerObjectIdentifier publicKeyParamSet ) : System
algorithm string
isPrivate bool
publicKeyParamSet Org.BouncyCastle.Asn1.DerObjectIdentifier
return System

ECKeyParameters() protected method

protected ECKeyParameters ( string algorithm, bool isPrivate, ECDomainParameters parameters ) : System
algorithm string
isPrivate bool
parameters ECDomainParameters
return System

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int