summaryrefslogtreecommitdiff
path: root/java/security
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up imports in java.security.interfacesDalibor Topic2004-04-235-10/+10
* 2004-04-20 Michael Koch <konqueror@gmx.de>Michael Koch2004-04-201-1/+1
* 2004-04-17 Michael Koch <konqueror@gmx.de>Michael Koch2004-04-1710-66/+72
* 2004-04-08 Michael Koch <konqueror@gmx.de>Michael Koch2004-04-081-4/+4
* * java/rmi/MarshalledObject.java (MarshalledObject): RemovedTom Tromey2004-04-024-9/+9
* * java/security/Security.java: Don't use &nbsp; in the api doc.Mark Wielaard2003-11-301-1/+1
* Reported by Archie Cobbs:Mark Wielaard2003-11-281-2/+2
* 2003-11-15 Michael Koch <konqueror@gmx.de>Mark Wielaard2003-11-151-2/+1
* 2003-10-12 Michael Koch <konqueror@gmx.de>Michael Koch2003-10-1218-55/+60
* 2003-10-07 Michael Koch <konqueror@gmx.de>Michael Koch2003-10-071-7/+6
* 2003-10-07 Michael Koch <konqueror@gmx.de>Michael Koch2003-10-071-60/+42
* * java/security/Security.java: Don't use &nbsp; in the apiMark Wielaard2003-08-172-2/+2
* 2003-08-14 Stephen Crawley <crawley@dstc.edu.au>Mark Wielaard2003-08-141-27/+33
* moved initialization code of providers from static initializer into a method ...Ingo Proetel2003-08-111-36/+52
* * java/security/BasicPermission.java: Extends with fully qualifiedMark Wielaard2003-07-181-1/+2
* 2003-06-27 Michael Koch <konqueror@gmx.de>Michael Koch2003-06-272-8/+2
* * javax/swing/JList.java (setListData): Remove gcj workaround.Tom Tromey2003-06-101-3/+2
* 2003-06-08 Michael Koch <konqueror@gmx.de>Michael Koch2003-06-081-13/+36
* 2003-05-18 Michael Koch <konqueror@gmx.de>Michael Koch2003-05-184-4/+4
* 2003-05-10 Michael Koch <konqueror@gmx.de>Michael Koch2003-05-107-7/+7
* 2003-05-06 Matt Kraai <kraai@alumni.cmu.edu>Tom Tromey2003-05-074-4/+4
* 2003-04-30 Michael Koch <konqueror@gmx.de>Michael Koch2003-04-303-2/+5
* 2003-04-30 Michael Koch <konqueror@gmx.de>Michael Koch2003-04-305-7/+7
* 2003-04-29 Casey Marshall <rsdio@metastatic.org>Casey Marshall2003-04-292-2/+17
* (getInstance) Accomodate changes to Engine class; remove mistaken Certificate...Casey Marshall2003-04-251-22/+2
* (getPublicKey()) removed throws clauses; the JAPI comparison page fooled me, ...Casey Marshall2003-04-251-7/+1
* (<init>) Fixed variable assignment bug.Casey Marshall2003-04-251-1/+1
* java/security/Makefile.am: removed Engine.javaCasey Marshall2003-04-2312-285/+720
* JDK 1.4 support.Casey Marshall2003-04-2322-0/+3196
* Added new filesCasey Marshall2003-04-231-4/+28
* java/security/Engine.java: obsoleted by gnu/java/security/Engine.javaCasey Marshall2003-04-231-152/+0
* 2003-03-26 C. Brian Jones <cbj@gnu.org>Brian Jones2003-03-279-556/+487
* * java.security.Security (getAlgorithms(String): fixed a bug.Raif S. Naffah2003-03-191-1/+8
* * java/security/Signer.java: Removed non-ASCII characters.Tom Tromey2003-03-124-95/+95
* * java/security/Signer.java: Removed non-ASCII character.Tom Tromey2003-03-105-22/+22
* added SVUID.Raif S. Naffah2003-03-091-0/+1
* (getObject()): ensure streams are closed before return.Raif S. Naffah2003-03-091-8/+23
* (engineVerify(byte[], int, int), engineGetParameters()): new methods.Raif S. Naffah2003-03-091-0/+44
* (getInstance(String, Provider)): made it public and documented it.Raif S. Naffah2003-03-091-8/+90
* (getAlgorithmProperty(String, String)): added implementation.Raif S. Naffah2003-03-091-2/+341
* (classloader, principals, staticBinding): new fields.Raif S. Naffah2003-03-091-15/+127
* (pd2pc): new field.Raif S. Naffah2003-03-091-19/+142
* (getInstance(String, Provider)): made it public and documented it.Raif S. Naffah2003-03-092-14/+59
* added SVUID.Raif S. Naffah2003-03-091-0/+1
* (getInstance(String)): use new getInstance(String, Provider).Raif S. Naffah2003-03-093-19/+161
* added PSSParameterSpec.java, RSAMultiPrimePrivateCrtKeySpec.java,Raif S. Naffah2003-03-091-0/+3
* added RSAMultiPrimePrivateCrtKey.java.Raif S. Naffah2003-03-091-0/+1
* new file.Raif S. Naffah2003-03-094-0/+551
* formatting + documentation.Raif S. Naffah2003-03-081-79/+126
* formatting + documentation.Raif S. Naffah2003-03-0813-1453/+1878