For the latest news and information visit The GNU Crypto project | |
Frames | No Frames |
Classes implementing gnu.crypto.sig.ISignature | |
class | The RSA-PKCS1-V1.5 signature scheme is a digital signature scheme with
appendix (SSA) combining the RSA algorithm with the EMSA-PKCS1-v1_5 encoding
method.
References:
|
class | The RSA-PSS signature scheme is a public-key encryption scheme combining
the RSA algorithm with the Probabilistic Signature Scheme (PSS) encoding
method.
The inventors of RSA are Ronald L. |
Classes implementing gnu.crypto.sig.ISignature | |
class | The DSS (Digital Signature Standard) algorithm makes use of the following
parameters:
p , q , and g can be
public and can be common to a group of users. |
Classes implementing gnu.crypto.sig.ISignature | |
class | A base abstract class to facilitate implementations of concrete
Signatures.
|
Methods with return type gnu.crypto.sig.ISignature | |
ISignature | SignatureFactory.getInstance(String ssa) Returns an instance of a signature-with-appendix scheme given its name.
|