[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/22990] Infinite recursion in java.security.KeyPairGenerat
From: |
csm at gnu dot org |
Subject: |
[Bug classpath/22990] Infinite recursion in java.security.KeyPairGenerator |
Date: |
9 Aug 2005 05:56:11 -0000 |
------- Additional Comments From csm at gnu dot org 2005-08-09 05:56 -------
Actually, even calling the superclass's 'initialize' doesn't make sense, since
it is abstract. Concrete
subclasses of that class (or of KeyPairGeneratorSpi) have to override that
method with a suitable
implementation.
Calling anything at all seems wrong in this case; the default implementation
should simply do nothing, or
throw an UnsupportedOperationException.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |csm at gnu dot org
|dot org |
Status|NEW |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22990
- [Bug classpath/22990] Infinite recursion in java.security.KeyPairGenerator,
csm at gnu dot org <=