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

Inheritance: AsymmetricKeyParameter
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

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

Private Methods

Méthode Description
LookupParameters ( DerObjectIdentifier publicKeyParamSet ) : ECDomainParameters
VerifyAlgorithmName ( string algorithm ) : string

Method Details

ECKeyParameters() protected méthode

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

ECKeyParameters() protected méthode

protected ECKeyParameters ( string algorithm, bool isPrivate, ECDomainParameters parameters ) : System
algorithm string
isPrivate bool
parameters ECDomainParameters
Résultat System

Equals() protected méthode

protected Equals ( ECKeyParameters other ) : bool
other ECKeyParameters
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int