| Class | Description |
|---|---|
| DsaSignature |
The super-class of all Digital Signature Algorithm (DSA)
signature algorithms in Entrust's digital signature algorithm architecture;
it contains all the common functionality used by Entrust's DSA digital
signature algorithms.
|
| DsaWithNoneSignature |
The DSA signature algorithm implemented with no underlying hash function
(hashing must be done externally).
|
| DsaWithSha1Signature |
The DSA signature algorithm with SHA-1 as the underlying hash function.
|