CVSROOT: /cvsroot/classpath Module name: classpath Branch: classpath-0_92-branch Changes by: Mark Wielaard <mark> 06/08/07 22:35:35
Modified files: . : ChangeLog gnu/java/security/key/dss: DSSKey.java DSSKeyPairX509Codec.java Log message: 2006-08-07 Raif S. Naffah <[EMAIL PROTECTED]> * gnu/java/security/key/dss/DSSKey.java: Updated documentation. (hasInheritedParameters): New method. (equals): Updated documentation. Take into consideration the outcome of hasInheritedParameters invocation. (toString): Call hasInheritedParameters and adjust the result accordingly. * gnu/java/security/key/dss/DSSKeyPairX509Codec.java (encodePublicKey): Updated documentation. Handle case of public keys with null p, q, and g MPIs. (decodePublicKey): Handle case of absent or NULL p, q and g MPIs. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.8251.2.29&r2=1.8251.2.30 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSKey.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.9&r2=1.9.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSKeyPairX509Codec.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.4&r2=1.4.2.1