Class Summary |
DSSKey |
A base asbtract class for both public and private DSS (Digital Signature
Standard) keys. |
DSSKeyPairGenerator |
A key-pair generator for asymetric keys to use in conjunction with the DSS
(Digital Signature Standard). |
DSSKeyPairRawCodec |
An object that implements the IKeyPairCodec
operations for the Raw format to use with DSS keypairs. |
DSSPrivateKey |
An object that embodies a DSS (Digital Signature Standard) private key. |
DSSPublicKey |
An object that embodies a DSS (Digital Signature Standard) public key. |
DSSSignature |
The DSS (Digital Signature Standard) algorithm makes use of the following
parameters:
p: A prime modulus, where 2L-1 < p < 2L
for 512 <= L <= 1024 and L a
multiple of 64 . |
DSSSignatureRawCodec |
An object that implements the ISignatureCodec
operations for the Raw format to use with DSS signatures. |