C# Class System.Security.Cryptography.ECDsaOpenSsl

Inheritance: ECDsa
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
DuplicateKeyHandle ( ) : System.Security.Cryptography.SafeEvpPKeyHandle
ECDsaOpenSsl ( )
ECDsaOpenSsl ( System handle )
ECDsaOpenSsl ( int keySize )
ExportExplicitParameters ( bool includePrivateParameters ) : System.Security.Cryptography.ECParameters
ExportParameters ( bool includePrivateParameters ) : System.Security.Cryptography.ECParameters
GenerateKey ( System curve ) : void
ImportParameters ( System parameters ) : void
SignHash ( byte hash ) : byte[]
VerifyHash ( byte hash, byte signature ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
HashData ( System data, System hashAlgorithm ) : byte[]
HashData ( byte data, int offset, int count, System hashAlgorithm ) : byte[]

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DuplicateKeyHandle() public méthode

public DuplicateKeyHandle ( ) : System.Security.Cryptography.SafeEvpPKeyHandle
Résultat System.Security.Cryptography.SafeEvpPKeyHandle

ECDsaOpenSsl() public méthode

public ECDsaOpenSsl ( )

ECDsaOpenSsl() public méthode

public ECDsaOpenSsl ( System handle )
handle System

ECDsaOpenSsl() public méthode

public ECDsaOpenSsl ( int keySize )
keySize int

ExportExplicitParameters() public méthode

public ExportExplicitParameters ( bool includePrivateParameters ) : System.Security.Cryptography.ECParameters
includePrivateParameters bool
Résultat System.Security.Cryptography.ECParameters

ExportParameters() public méthode

public ExportParameters ( bool includePrivateParameters ) : System.Security.Cryptography.ECParameters
includePrivateParameters bool
Résultat System.Security.Cryptography.ECParameters

GenerateKey() public méthode

public GenerateKey ( System curve ) : void
curve System
Résultat void

HashData() protected méthode

protected HashData ( System data, System hashAlgorithm ) : byte[]
data System
hashAlgorithm System
Résultat byte[]

HashData() protected méthode

protected HashData ( byte data, int offset, int count, System hashAlgorithm ) : byte[]
data byte
offset int
count int
hashAlgorithm System
Résultat byte[]

ImportParameters() public méthode

public ImportParameters ( System parameters ) : void
parameters System
Résultat void

SignHash() public méthode

public SignHash ( byte hash ) : byte[]
hash byte
Résultat byte[]

VerifyHash() public méthode

public VerifyHash ( byte hash, byte signature ) : bool
hash byte
signature byte
Résultat bool