메소드 | 설명 | |
---|---|---|
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[] |
public DuplicateKeyHandle ( ) : System.Security.Cryptography.SafeEvpPKeyHandle | ||
리턴 | System.Security.Cryptography.SafeEvpPKeyHandle |
public ExportParameters ( bool includePrivateParameters ) : System.Security.Cryptography.DSAParameters | ||
includePrivateParameters | bool | |
리턴 | System.Security.Cryptography.DSAParameters |
protected HashData ( System data, System hashAlgorithm ) : byte[] | ||
data | System | |
hashAlgorithm | System | |
리턴 | byte[] |
protected HashData ( byte data, int offset, int count, System hashAlgorithm ) : byte[] | ||
data | byte | |
offset | int | |
count | int | |
hashAlgorithm | System | |
리턴 | byte[] |
public ImportParameters ( System parameters ) : void | ||
parameters | System | |
리턴 | void |
public VerifySignature ( byte rgbHash, byte rgbSignature ) : bool | ||
rgbHash | byte | |
rgbSignature | byte | |
리턴 | bool |