Method | Description | |
---|---|---|
Close ( ) : void | ||
EncryptDigest ( Digest digest, IDssPrivateKeyEntry keyEntry ) : byte[] |
The encryption of a digest it the atomic operation done by the SSCD. The encryption of a digest it the atomic operation done by the SSCD. This encryption (RSA, DSA, ...) create the signature value. |
|
EncryptDigest ( byte digestValue, DigestAlgorithm digestAlgo, IDssPrivateKeyEntry keyEntry ) : byte[] |
The encryption of a digest it the atomic operation done by the SSCD. The encryption of a digest it the atomic operation done by the SSCD. This encryption (RSA, DSA, ...) create the signature value. |
|
GetKeys ( ) : IList |
||
Sign ( |
public EncryptDigest ( Digest digest, IDssPrivateKeyEntry keyEntry ) : byte[] | ||
digest | Digest | |
keyEntry | IDssPrivateKeyEntry | |
return | byte[] |
public abstract EncryptDigest ( byte digestValue, DigestAlgorithm digestAlgo, IDssPrivateKeyEntry keyEntry ) : byte[] | ||
digestValue | byte | |
digestAlgo | DigestAlgorithm | |
keyEntry | IDssPrivateKeyEntry | |
return | byte[] |
public Sign ( |
||
stream | ||
digestAlgo | DigestAlgorithm | |
keyEntry | IDssPrivateKeyEntry | |
return | byte[] |