summaryrefslogtreecommitdiff
path: root/java/security
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up imports in java.security.interfacesDalibor Topic2004-04-235-10/+10
| | | | | | | | | | | 2004-04-23 Dalibor Topic <robilad@kaffe.org> * java/security/interfaces/DSAKeyPairGenerator.java, java/security/interfaces/DSAPrivateKey.java, java/security/interfaces/DSAPublicKey.java, java/security/interfaces/RSAPrivateKey.java, java/security/interfaces/RSAPublicKey.java: Cleaned up imports.
* 2004-04-20 Michael Koch <konqueror@gmx.de>Michael Koch2004-04-201-1/+1
| | | | | * java/security/AccessController.java: Merged coypright year from libgcj.
* 2004-04-17 Michael Koch <konqueror@gmx.de>Michael Koch2004-04-1710-66/+72
| | | | | | | | | | | | | | * java/security/AlgorithmParameterGenerator.java, java/security/AlgorithmParameters.java, java/security/CodeSource.java, java/security/Identity.java, java/security/IdentityScope.java, java/security/KeyPairGenerator.java, java/security/KeyStore.java, java/security/Signature.java, java/security/SignatureSpi.java, java/security/SignedObject.java: Fixed HTML tags in javadoc comments all over.
* 2004-04-08 Michael Koch <konqueror@gmx.de>Michael Koch2004-04-081-4/+4
| | | | | * java/security/AccessController.java: Fixed all @return tags.
* * java/rmi/MarshalledObject.java (MarshalledObject): RemovedTom Tromey2004-04-024-9/+9
| | | | | | | | | | | | | | | | | | | | redundant `extends'. * java/security/Security.java (Security): Removed redundant `extends'. * java/security/spec/DSAPublicKeySpec.java (DSAPublicKeySpec): Removed redundant `extends'. * java/security/spec/DSAPrivateKeySpec.java (DSAPrivateKeySpec): Removed redundant `extends'. * java/security/spec/DSAParameterSpec.java (DSAParameterSpec): Removed redundant `extends'. * javax/naming/directory/SearchControls.java (SearchControls): Removed redundant `extends'. * javax/naming/spi/DirStateFactory.java (Result): Removed redundant modifiers. * java/util/Map.java (Entry): Removed redundant modifiers. * java/text/AttributedCharacterIterator.java (Attribute): Removed redundant modifiers. * java/security/Security.java (provides): Removed unused label.
* * 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
| | | | | * java/security/DigestInputStream.java (read(byte[], int, int): Call digest.update() with temp, not len as lenght.
* 2003-11-15 Michael Koch <konqueror@gmx.de>Mark Wielaard2003-11-151-2/+1
| | | | | | | | | | | | | | | * java/awt/Font.java, java/awt/datatransfer/DataFlavor.java, java/math/BigInteger.java, java/net/Inet4Address.java, java/net/Inet6Address.java, java/rmi/MarshalledObject.java, java/rmi/server/RMIClassLoader.java, java/security/cert/CertStore.java, java/sql/Timestamp.java, java/text/SimpleDateFormat.java, javax/naming/CompoundName.java (equals): Removed some redundant obj == null checks.
* 2003-10-12 Michael Koch <konqueror@gmx.de>Michael Koch2003-10-1218-55/+60
| | | | | | | | | | | | | | | | | | | | | | * java/security/Key.java, java/security/PrivateKey.java, java/security/PublicKey.java, java/security/acl/Acl.java, java/security/acl/AclEntry.java, java/security/acl/Group.java, java/security/acl/Owner.java, java/security/acl/Permission.java, java/security/cert/X509Extension.java, java/security/interfaces/DSAKey.java, java/security/interfaces/DSAKeyPairGenerator.java, java/security/interfaces/DSAParams.java, java/security/interfaces/DSAPrivateKey.java, java/security/interfaces/DSAPublicKey.java, java/security/interfaces/RSAKey.java, java/security/interfaces/RSAPrivateCrtKey.java, java/security/interfaces/RSAPrivateKey.java, java/security/interfaces/RSAPublicKey.java: Removed redundant modifiers.
* 2003-10-07 Michael Koch <konqueror@gmx.de>Michael Koch2003-10-071-7/+6
| | | | | * java/security/Security.java: Merged formating with libgcj, added non-breaking space in documentation.
* 2003-10-07 Michael Koch <konqueror@gmx.de>Michael Koch2003-10-071-60/+42
| | | | | | | | * java/security/Security.java (providersList): Renamed to "providers". (providersInited): Removed. (static): New static initializer. (providers): Removed.
* * java/security/Security.java: Don't use &nbsp; in the apiMark Wielaard2003-08-172-2/+2
| | | | | | | | | documentation. * java/security/acl/Acl.java: Fix broken p tag. * java/text/DateFormatSymbols.java: Correctly open and close li tags. * javax/swing/border/LineBorder.java: Close img tag alt attributes. * javax/swing/plaf/TreeUI.java: Likewise. * javax/swing/plaf/basic/BasicTreeUI.java: Likewise.
* 2003-08-14 Stephen Crawley <crawley@dstc.edu.au>Mark Wielaard2003-08-141-27/+33
| | | | | | | | * java/security/Security.java (providers_lazy): Renamed. (providersList): Renamed providers_lazy field. (providers_lazy_set): Renamed (providersInited): Renamed providers_lazy_set field. (providers): Set providersInited to true. Reindent.
* moved initialization code of providers from static initializer into a method ↵Ingo Proetel2003-08-111-36/+52
| | | | to allow lazy evaluation of this code. This permits faster startup and even automatic removal of this code if it is not needed.
* * java/security/BasicPermission.java: Extends with fully qualifiedMark Wielaard2003-07-181-1/+2
| | | | classname is workaround for gcj 3.3.
* 2003-06-27 Michael Koch <konqueror@gmx.de>Michael Koch2003-06-272-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * java/io/RandomAccessFile.java, java/nio/ByteBufferImpl.java, java/nio/CharBufferImpl.java, java/nio/DirectByteBufferImpl.java, java/nio/DoubleBufferImpl.java, java/nio/FloatBufferImpl.java, java/nio/IntBufferImpl.java, java/nio/LongBufferImpl.java, java/nio/MappedByteBufferImpl.java, java/nio/ShortBufferImpl.java, java/rmi/server/SkeletonNotFoundException.java, java/rmi/server/UnicastRemoteObject.java, java/security/Certificate.java, java/security/cert/PolicyQualifierInfo.java, java/text/Format.java, javax/naming/CompositeName.java, javax/naming/CompoundName.java, javax/naming/InitialContext.java, javax/naming/LinkRef.java, javax/naming/NamingException.java, javax/naming/NamingSecurityException.java, javax/naming/ReferralException.java, javax/naming/StringRefAddr.java, javax/naming/directory/BasicAttribute.java, javax/naming/directory/BasicAttributes.java, javax/naming/ldap/UnsolicitedNotificationEvent.java, javax/security/auth/x500/X500Principal.java: New versions from libgcj.
* * javax/swing/JList.java (setListData): Remove gcj workaround.Tom Tromey2003-06-101-3/+2
| | | | | | | * java/security/BasicPermission.java: Remove gcj workaround. * java/lang/reflect/Proxy.java (getProperty): Remove gcj workaround. * java/awt/im/InputSubset.java: Remove gcj workaround.
* 2003-06-08 Michael Koch <konqueror@gmx.de>Michael Koch2003-06-081-13/+36
| | | | | | | * java/io/PrintStream.java: Merged copright year from libgcj. * java/security/Security.java: New version from libgcj.
* 2003-05-18 Michael Koch <konqueror@gmx.de>Michael Koch2003-05-184-4/+4
| | | | | | | | | | | * java/security/Key.java (Key): Fixed declaration of serialVersionUID. * java/security/PrivateKey.java (PrivateKey): Likewise. * java/security/Provider.java (Provider): Likewise. * java/security/PublicKey.java (PublicKey): Likewise.
* 2003-05-10 Michael Koch <konqueror@gmx.de>Michael Koch2003-05-107-7/+7
| | | | | | | | | | | | | | | | | * java/security/Identity.java (serialVersionUID): Made it private. * java/security/IdentityScope.java (serialVersionUID): Made it private. * java/security/KeyPair.java (serialVersionUID): Made it private. * java/security/SecureRandom.java (serialVersionUID): Made it private. * java/security/SecureRandomSpi.java (serialVersionUID): Made it private. * java/security/SignedObject.java (serialVersionUID): Made it private. * java/security/Signer.java (serialVersionUID): Made it private.
* 2003-05-06 Matt Kraai <kraai@alumni.cmu.edu>Tom Tromey2003-05-074-4/+4
| | | | | | | * java/security/Key.java: Fix misspelling of "version". * java/security/PrivateKey.java: Likewise. * java/security/Provider.java: Likewise. * java/security/PublicKey.java: Likewise.
* 2003-04-30 Michael Koch <konqueror@gmx.de>Michael Koch2003-04-303-2/+5
| | | | | | | | | | * java/security/cert/Certificate.java (Certificate): Implements java.io.Serializable. (serialVersionUID): Must be private. * java/security/cert/PKIXCertPathBuilderResult.java (PKIXCertPathBuilderResult): Implements CertPathBuilderResult. * java/security/cert/X509Certificate.java (serialVersionUID): New member variable.
* 2003-04-30 Michael Koch <konqueror@gmx.de>Michael Koch2003-04-305-7/+7
| | | | | | | | | * java/security/SecureClassLoader.java, java/security/SecureRandom.java, java/security/Security.java, java/security/cert/CertificateFactory.java, java/security/cert/CertificateFactorySpi.java: Fixed typos in documention.
* 2003-04-29 Casey Marshall <rsdio@metastatic.org>Casey Marshall2003-04-292-2/+17
| | | | | | | | * java/security/cert/CertPathValidator.java: (getIntstance) renamed to proper name. (getInstance) renamed from getIntstance. * java/security/cert/X509CRL.java: (getIssuerX500Principal) new method (1.4 compatibility).
* (getInstance) Accomodate changes to Engine class; remove mistaken ↵Casey Marshall2003-04-251-22/+2
| | | | Certificate exceptions
* (getPublicKey()) removed throws clauses; the JAPI comparison page fooled me, ↵Casey Marshall2003-04-251-7/+1
| | | | sorry
* (<init>) Fixed variable assignment bug.Casey Marshall2003-04-251-1/+1
|
* java/security/Makefile.am: removed Engine.javaCasey Marshall2003-04-2312-285/+720
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | java/security/AlgorithmParameterGenerator.java java/security/AlgorithmParameters.java java/security/KeyFactory.java java/security/KeyPairGenerator.java java/security/KeyStore.java java/security/MessageDigest.java java/security/SecureRandom.java java/security/Signature.java accomodate changes to Engine class. java/security/cert/Certificate.java: Added writeReplace() method. java/security/cert/CertificateFactory.java: (JDK 1.4 compatibility) (getInstance(String)) and modified to use generic getInstance method. (getInstance(String, String)) likewise. getInstance(String, Provider) method added. getInstance(String, String, Provider) method removed. generateCertPath(InputStream) method added. generateCertPath(InputStream, String) method added. generateCertPath(List) method added. getCertPathEncodings() method added. java/security/cert/CertificateFactorySpi.java: (1.4 compatibility) engineGenerateCertPath(InputStream) method added. engineGenerateCertPath(InputStream, String) method added. engineGenerateCertPath(List) method added. engineGetCertPathEncodings() method added.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: VERSION changed to 0.05+cvs * THANKYOU: added Casey Marshall 2003-03-26 Casey Marshall <rsdio@metastatic.org> * java/security/AlgorithmParameterGenerator.java (getInstance (String)): add missing return statement (getInstance (String,String)): check for improper provider argument (getInstance (String,Provider)): reuse common Engine code (getInstance (String,String,Provider)): removed * java/security/AlgorithmParameters.java (getInstance (String,String)): check for improper provider argument (getInstance (String,Provider)): reuse common Engine code (getInstance (String,String,Provider)): removed * java/security/Engine.java: new file * java/security/KeyFactory.java (getInstance (String)): add missing return statement (getInstance (String,String)): check for improper provider argument (getInstance (String,Provider)): reuse common Engine code (getInstance (String,String,Provider)): removed * java/security/KeyPairGenerator.java (getInstance (String,Provider)): reuse common Engine code (getInstance (String,String,Provider)): removed * java/security/KeyStore.java (getInstance (String)): use getInstance(String,Provider) instead (getInstance (String,String)): use getInstance(String,Provider) instead (getInstance (String,Provider): reuse common Engine code * java/security/MessageDigest.java (getInstance (String,String)): check for improper provider argument (getInstance (String,Provider)): reuse common Engine code * java/security/SecureRandom.java (getInstance (String): formatting (getInstance (String,String)): check for improper provider argument (getInstance (String,Provider)): reuse common Engine code * java/security/Signature.java (getInstance (String,String)): check for improper provider argument (getInstance (String,Provider)): reuse common Engine code (getInstance (String,String,Provider)): removed
* * 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/Signature.java: Removed non-ASCII characters. * java/security/Security.java: Removed non-ASCII characters. * java/security/Policy.java (getCurrentPolicy): Typo fix. (isLoaded): Removed non-ASCII character.
* * java/security/Signer.java: Removed non-ASCII character.Tom Tromey2003-03-105-22/+22
| | | | | | | | | | | * java/security/Signature.java (setParameter): Removed non-ASCII character. * java/security/Security.java (getAlgorithms): Removed non-ASCII characters. * java/security/ProtectionDomain.java (implies): Removed non-ASCII character. * java/security/Policy.java (isLoaded): Removed non-ASCII character.
* added SVUID.Raif S. Naffah2003-03-091-0/+1
|
* (getObject()): ensure streams are closed before return.Raif S. Naffah2003-03-091-8/+23
| | | | | (getSignature()): return a clone. (readObject(ObjectInputStream)): new method.
* (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
| | | | (verify(byte[], int, int), getParameters()): new methods.
* (getAlgorithmProperty(String, String)): added implementation.Raif S. Naffah2003-03-091-2/+341
| | | | | (getAlgorithms(String), getProviders(String), getProviders(Map)): new public methods. (selectProviders(...), provides(...)): new private methods.
* (classloader, principals, staticBinding): new fields.Raif S. Naffah2003-03-091-15/+127
| | | | | | | (<ctor>(CodeSource, PermissionCollection)): use new ctor. (<ctor>(CodeSource, PermissionCollection, ClassLoader, Principal[])): new ctor. (getClassLoader(), getPrincipals(), implies(Permission)): new methods. (toString()): added representation of new fields.
* (pd2pc): new field.Raif S. Naffah2003-03-091-19/+142
| | | | | | | | | | (setPolicy()): ensure instance is loaded. (setup(Policy)): new method. (getCurrentPolicy()): new package-private method; contains code previously in static initialiser. (isLoaded()): new method. (getPermissions(ProtectionDomain)): new method. (implies(ProtectionDomain, Permission)): new method.
* (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
| | | | | (getInstance(String, String)): ditto. (getInstance(String, Provider)): new method.
* added PSSParameterSpec.java, RSAMultiPrimePrivateCrtKeySpec.java,Raif S. Naffah2003-03-091-0/+3
| | | | RSAOtherPrimeInfo.java.
* 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
|