For the latest news and information visit
The GNU Crypto project

gnu.crypto.pki.provider
Class SHA1withRSA

java.lang.Object
  extended byjava.security.SignatureSpi
      extended bygnu.crypto.pki.provider.RSA
          extended bygnu.crypto.pki.provider.SHA1withRSA
All Implemented Interfaces:
Cloneable

public class SHA1withRSA
extends RSA


Field Summary
 
Fields inherited from class gnu.crypto.pki.provider.RSA
DIGEST_ALGORITHM, digestAlgorithm, md, signerKey, verifierKey
 
Fields inherited from class java.security.SignatureSpi
appRandom
 
Constructor Summary
SHA1withRSA()
           
 
Methods inherited from class gnu.crypto.pki.provider.RSA
clone, engineGetParameter, engineInitSign, engineInitSign, engineInitVerify, engineSetParameter, engineSign, engineSign, engineUpdate, engineUpdate, engineVerify, engineVerify
 
Methods inherited from class java.security.SignatureSpi
engineGetParameters, engineSetParameter
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SHA1withRSA

public SHA1withRSA()
            throws NoSuchAlgorithmException

For the latest news and information visit
The GNU Crypto project

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