For the latest news and information visit
The GNU Crypto project

gnu.crypto.pki.provider
Class MD2withRSA

java.lang.Object
  extended by java.security.SignatureSpi
      extended by gnu.crypto.pki.provider.RSA
          extended by gnu.crypto.pki.provider.MD2withRSA
All Implemented Interfaces:
Cloneable

public class MD2withRSA
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
MD2withRSA()
           
 
Method Summary
 
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, engineUpdate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD2withRSA

public MD2withRSA()
           throws NoSuchAlgorithmException
Throws:
NoSuchAlgorithmException

For the latest news and information visit
The GNU Crypto project

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