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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
HashData ( Stream data, Internal.Cryptography.HashAlgorithmName hashAlgorithm ) : byte[]
HashData ( byte data, int offset, int count, Internal.Cryptography.HashAlgorithmName hashAlgorithm ) : byte[]

비공개 메소드들

메소드 설명
CheckInvalidKey ( Microsoft.Win32.SafeHandles.SafeDsaHandle key ) : void
ForceSetKeySize ( int newKeySize ) : void
FreeKey ( ) : void
GenerateKey ( ) : Microsoft.Win32.SafeHandles.SafeDsaHandle
SetKey ( Microsoft.Win32.SafeHandles.SafeDsaHandle newKey ) : void

메소드 상세

CreateSignature() 공개 메소드

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

DSAOpenSsl() 공개 메소드

public DSAOpenSsl ( ) : Internal.Cryptography
리턴 Internal.Cryptography

DSAOpenSsl() 공개 메소드

public DSAOpenSsl ( int keySize ) : Internal.Cryptography
keySize int
리턴 Internal.Cryptography

Dispose() 보호된 메소드

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

ExportParameters() 공개 메소드

public ExportParameters ( bool includePrivateParameters ) : DSAParameters
includePrivateParameters bool
리턴 DSAParameters

HashData() 보호된 메소드

protected HashData ( Stream data, Internal.Cryptography.HashAlgorithmName hashAlgorithm ) : byte[]
data System.IO.Stream
hashAlgorithm Internal.Cryptography.HashAlgorithmName
리턴 byte[]

HashData() 보호된 메소드

protected HashData ( byte data, int offset, int count, Internal.Cryptography.HashAlgorithmName hashAlgorithm ) : byte[]
data byte
offset int
count int
hashAlgorithm Internal.Cryptography.HashAlgorithmName
리턴 byte[]

ImportParameters() 공개 메소드

public ImportParameters ( DSAParameters parameters ) : void
parameters DSAParameters
리턴 void

VerifySignature() 공개 메소드

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