C# 클래스 System.Security.Cryptography.ECDsaOpenSsl

상속: ECDsa
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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