summaryrefslogtreecommitdiff
path: root/java/security
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2003-06-27 21:03:52 +0000
committerMichael Koch <konqueror@gmx.de>2003-06-27 21:03:52 +0000
commit569543235f9ca6abfbfa75c99b50df827c6e7c20 (patch)
tree4a8f7bde20abb085d449378ea5c48d256a9a8585 /java/security
parentfc6ae2a19f6610b975171586aa73dcdaaa9a4645 (diff)
downloadclasspath-569543235f9ca6abfbfa75c99b50df827c6e7c20.tar.gz
2003-06-27 Michael Koch <konqueror@gmx.de>
* 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.
Diffstat (limited to 'java/security')
-rw-r--r--java/security/Certificate.java8
-rw-r--r--java/security/cert/PolicyQualifierInfo.java2
2 files changed, 2 insertions, 8 deletions
diff --git a/java/security/Certificate.java b/java/security/Certificate.java
index f37d919a7..5b0f9ae8d 100644
--- a/java/security/Certificate.java
+++ b/java/security/Certificate.java
@@ -35,6 +35,7 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
+
package java.security;
import java.io.InputStream;
@@ -62,7 +63,6 @@ public interface Certificate
* this certificate.
*
* @return the <code>Principal</code> guaranteeing the certificate
- * @deprecated this entire interface is deprecated
*/
Principal getGuarantor();
@@ -71,7 +71,6 @@ public interface Certificate
* this certificate.
*
* @return the <code>Principal</code> guaranteed by this certificate
- * @deprecated this entire interface is deprecated
*/
Principal getPrincipal();
@@ -80,7 +79,6 @@ public interface Certificate
* is being guaranteed.
*
* @return the <code>PublicKey</code> of the Principal being guaranteed
- * @deprecated this entire interface is deprecated
*/
PublicKey getPublicKey();
@@ -93,7 +91,6 @@ public interface Certificate
* @throws IOException if an error occurs writing to the stream
* @see #decode(InputStream)
* @see #getFormat()
- * @deprecated this entire interface is deprecated
*/
void encode(OutputStream out) throws KeyException, IOException;
@@ -105,7 +102,6 @@ public interface Certificate
* @throws IOException if an error occurs reading from the stream
* @see #encode(OutputStream)
* @see #getFormat()
- * @deprecated this entire interface is deprecated
*/
void decode(InputStream in) throws KeyException, IOException;
@@ -115,7 +111,6 @@ public interface Certificate
* <code>decode</code> methods.
*
* @return the encoding format being used
- * @deprecated this entire interface is deprecated
*/
String getFormat();
@@ -125,7 +120,6 @@ public interface Certificate
*
* @param detail true to provided more detailed information
* @return the string representation
- * @deprecated this entire interface is deprecated
*/
String toString(boolean detail);
} // interface Certificate
diff --git a/java/security/cert/PolicyQualifierInfo.java b/java/security/cert/PolicyQualifierInfo.java
index a46b6ba89..8dede47fc 100644
--- a/java/security/cert/PolicyQualifierInfo.java
+++ b/java/security/cert/PolicyQualifierInfo.java
@@ -65,7 +65,7 @@ import gnu.java.security.der.DERWriter;
*
* @since JDK 1.4
*/
-public class PolicyQualifierInfo
+public final class PolicyQualifierInfo
{
// Fields.