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

상속: DSA
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
CreateSignature ( byte rgbHash ) : byte[]
DSAOpenSsl ( )
DSAOpenSsl ( System handle )
DSAOpenSsl ( int keySize )
DuplicateKeyHandle ( ) : System.Security.Cryptography.SafeEvpPKeyHandle
ExportParameters ( bool includePrivateParameters ) : System.Security.Cryptography.DSAParameters
ImportParameters ( System parameters ) : void
VerifySignature ( byte rgbHash, byte rgbSignature ) : bool

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
HashData ( System data, System hashAlgorithm ) : byte[]
HashData ( byte data, int offset, int count, System hashAlgorithm ) : byte[]

메소드 상세

CreateSignature() 공개 메소드

public CreateSignature ( byte rgbHash ) : byte[]
rgbHash byte
리턴 byte[]

DSAOpenSsl() 공개 메소드

public DSAOpenSsl ( )

DSAOpenSsl() 공개 메소드

public DSAOpenSsl ( System handle )
handle System

DSAOpenSsl() 공개 메소드

public DSAOpenSsl ( int keySize )
keySize int

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DuplicateKeyHandle() 공개 메소드

public DuplicateKeyHandle ( ) : System.Security.Cryptography.SafeEvpPKeyHandle
리턴 System.Security.Cryptography.SafeEvpPKeyHandle

ExportParameters() 공개 메소드

public ExportParameters ( bool includePrivateParameters ) : System.Security.Cryptography.DSAParameters
includePrivateParameters bool
리턴 System.Security.Cryptography.DSAParameters

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

VerifySignature() 공개 메소드

public VerifySignature ( byte rgbHash, byte rgbSignature ) : bool
rgbHash byte
rgbSignature byte
리턴 bool