C# Класс System.Security.Cryptography.ECDsaOpenSsl

Наследование: ECDsa
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void
HashData ( System data, System hashAlgorithm ) : byte[]
HashData ( byte data, int offset, int count, System hashAlgorithm ) : byte[]

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

DuplicateKeyHandle() публичный Метод

public DuplicateKeyHandle ( ) : System.Security.Cryptography.SafeEvpPKeyHandle
Результат System.Security.Cryptography.SafeEvpPKeyHandle

ECDsaOpenSsl() публичный Метод

public ECDsaOpenSsl ( )

ECDsaOpenSsl() публичный Метод

public ECDsaOpenSsl ( System handle )
handle System

ECDsaOpenSsl() публичный Метод

public ECDsaOpenSsl ( int keySize )
keySize int

ExportExplicitParameters() публичный Метод

public ExportExplicitParameters ( bool includePrivateParameters ) : System.Security.Cryptography.ECParameters
includePrivateParameters bool
Результат System.Security.Cryptography.ECParameters

ExportParameters() публичный Метод

public ExportParameters ( bool includePrivateParameters ) : System.Security.Cryptography.ECParameters
includePrivateParameters bool
Результат System.Security.Cryptography.ECParameters

GenerateKey() публичный Метод

public GenerateKey ( System curve ) : void
curve System
Результат void

HashData() защищенный Метод

protected HashData ( System data, System hashAlgorithm ) : byte[]
data System
hashAlgorithm System
Результат byte[]

HashData() защищенный Метод

protected HashData ( byte data, int offset, int count, System hashAlgorithm ) : byte[]
data byte
offset int
count int
hashAlgorithm System
Результат byte[]

ImportParameters() публичный Метод

public ImportParameters ( System parameters ) : void
parameters System
Результат void

SignHash() публичный Метод

public SignHash ( byte hash ) : byte[]
hash byte
Результат byte[]

VerifyHash() публичный Метод

public VerifyHash ( byte hash, byte signature ) : bool
hash byte
signature byte
Результат bool