From 3ca4f57a00ad64c3830e0b34b83a6aa89a7aa181 Mon Sep 17 00:00:00 2001 From: xuelei Date: Wed, 15 Dec 2010 22:42:37 -0800 Subject: [PATCH] 7006265: Javadoc warnings Reviewed-by: weijun --- .../net/ssl/X509ExtendedTrustManager.java | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/share/classes/javax/net/ssl/X509ExtendedTrustManager.java b/src/share/classes/javax/net/ssl/X509ExtendedTrustManager.java index e69a282c5..f14489fe8 100644 --- a/src/share/classes/javax/net/ssl/X509ExtendedTrustManager.java +++ b/src/share/classes/javax/net/ssl/X509ExtendedTrustManager.java @@ -63,7 +63,7 @@ public abstract class X509ExtendedTrustManager implements X509TrustManager { * should be "RSA". Checking is case-sensitive. *

* If the socket parameter is an instance of - * {@link javax.net.SSLSocket}, and the endpoint identification + * {@link javax.net.ssl.SSLSocket}, and the endpoint identification * algorithm of the SSLParameters is non-empty, to prevent * man-in-the-middle attacks, the address that the socket * connected to should be checked against the peer's identity presented @@ -71,7 +71,7 @@ public abstract class X509ExtendedTrustManager implements X509TrustManager { * identification algorithm. *

* If the socket parameter is an instance of - * {@link javax.net.SSLSocket}, and the algorithm constraints of the + * {@link javax.net.ssl.SSLSocket}, and the algorithm constraints of the * SSLParameters is non-null, for every certificate in the * certification path, fields such as subject public key, the signature * algorithm, key usage, extended key usage, etc. need to conform to the @@ -88,8 +88,8 @@ public abstract class X509ExtendedTrustManager implements X509TrustManager { * @throws CertificateException if the certificate chain is not trusted * by this TrustManager * - * @see SSLParameters#getEndpointIdentificationProtocol - * @see SSLParameters#setEndpointIdentificationProtocol(String) + * @see SSLParameters#getEndpointIdentificationAlgorithm + * @see SSLParameters#setEndpointIdentificationAlgorithm(String) * @see SSLParameters#getAlgorithmConstraints * @see SSLParameters#setAlgorithmConstraints(AlgorithmConstraints) */ @@ -111,7 +111,7 @@ public abstract class X509ExtendedTrustManager implements X509TrustManager { * certificate is used. Checking is case-sensitive. *

* If the socket parameter is an instance of - * {@link javax.net.SSLSocket}, and the endpoint identification + * {@link javax.net.ssl.SSLSocket}, and the endpoint identification * algorithm of the SSLParameters is non-empty, to prevent * man-in-the-middle attacks, the address that the socket * connected to should be checked against the peer's identity presented @@ -119,7 +119,7 @@ public abstract class X509ExtendedTrustManager implements X509TrustManager { * identification algorithm. *

* If the socket parameter is an instance of - * {@link javax.net.SSLSocket}, and the algorithm constraints of the + * {@link javax.net.ssl.SSLSocket}, and the algorithm constraints of the * SSLParameters is non-null, for every certificate in the * certification path, fields such as subject public key, the signature * algorithm, key usage, extended key usage, etc. need to conform to the @@ -136,8 +136,8 @@ public abstract class X509ExtendedTrustManager implements X509TrustManager { * @throws CertificateException if the certificate chain is not trusted * by this TrustManager * - * @see SSLParameters#getEndpointIdentificationProtocol - * @see SSLParameters#setEndpointIdentificationProtocol(String) + * @see SSLParameters#getEndpointIdentificationAlgorithm + * @see SSLParameters#setEndpointIdentificationAlgorithm(String) * @see SSLParameters#getAlgorithmConstraints * @see SSLParameters#setAlgorithmConstraints(AlgorithmConstraints) */ @@ -177,8 +177,8 @@ public abstract class X509ExtendedTrustManager implements X509TrustManager { * @throws CertificateException if the certificate chain is not trusted * by this TrustManager * - * @see SSLParameters#getEndpointIdentificationProtocol - * @see SSLParameters#setEndpointIdentificationProtocol(String) + * @see SSLParameters#getEndpointIdentificationAlgorithm + * @see SSLParameters#setEndpointIdentificationAlgorithm(String) * @see SSLParameters#getAlgorithmConstraints * @see SSLParameters#setAlgorithmConstraints(AlgorithmConstraints) */ @@ -223,8 +223,8 @@ public abstract class X509ExtendedTrustManager implements X509TrustManager { * @throws CertificateException if the certificate chain is not trusted * by this TrustManager * - * @see SSLParameters#getEndpointIdentificationProtocol - * @see SSLParameters#setEndpointIdentificationProtocol(String) + * @see SSLParameters#getEndpointIdentificationAlgorithm + * @see SSLParameters#setEndpointIdentificationAlgorithm(String) * @see SSLParameters#getAlgorithmConstraints * @see SSLParameters#setAlgorithmConstraints(AlgorithmConstraints) */ -- GitLab