For the latest news and information visit
The GNU Crypto project

Uses of Class
gnu.crypto.sig.BaseSignature

Packages that use BaseSignature
gnu.crypto.sig.dss   
gnu.crypto.sig.rsa   
 

Uses of BaseSignature in gnu.crypto.sig.dss
 

Subclasses of BaseSignature in gnu.crypto.sig.dss
 class 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.
 

Uses of BaseSignature in gnu.crypto.sig.rsa
 

Subclasses of BaseSignature in gnu.crypto.sig.rsa
 class RSAPKCS1V1_5Signature
          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.
 class RSAPSSSignature
          The RSA-PSS signature scheme is a public-key encryption scheme combining the RSA algorithm with the Probabilistic Signature Scheme (PSS) encoding method.
 


For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.