Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
HashData ( System data, System hashAlgorithm ) : byte[] | ||
HashData ( byte data, int offset, int count, System hashAlgorithm ) : byte[] |
public CreateSignature ( byte rgbHash ) : byte[] | ||
rgbHash | byte | |
return | byte[] |
public DuplicateKeyHandle ( ) : System.Security.Cryptography.SafeEvpPKeyHandle | ||
return | System.Security.Cryptography.SafeEvpPKeyHandle |
public ExportParameters ( bool includePrivateParameters ) : System.Security.Cryptography.DSAParameters | ||
includePrivateParameters | bool | |
return | System.Security.Cryptography.DSAParameters |
protected HashData ( System data, System hashAlgorithm ) : byte[] | ||
data | System | |
hashAlgorithm | System | |
return | byte[] |
protected HashData ( byte data, int offset, int count, System hashAlgorithm ) : byte[] | ||
data | byte | |
offset | int | |
count | int | |
hashAlgorithm | System | |
return | byte[] |
public ImportParameters ( System parameters ) : void | ||
parameters | System | |
return | void |
public VerifySignature ( byte rgbHash, byte rgbSignature ) : bool | ||
rgbHash | byte | |
rgbSignature | byte | |
return | bool |