# HG changeset patch # User weijun # Date 1204987785 -28800 # Node ID 12ba8f0d14947e7862b6be46f367c408be8afa4e # Parent 18d94f53bd30d5b01b2d0d7808411c6e7a490fa4 6634644: broken fragment, should use @link Reviewed-by: mullan diff -r 18d94f53bd30 -r 12ba8f0d1494 jdk/src/share/classes/javax/security/cert/X509Certificate.java --- a/jdk/src/share/classes/javax/security/cert/X509Certificate.java Fri Mar 07 17:18:22 2008 +0000 +++ b/jdk/src/share/classes/javax/security/cert/X509Certificate.java Sat Mar 08 22:49:45 2008 +0800 @@ -363,7 +363,7 @@ * subject Name * * - *
See getIssuerDN for Name
+ *
See {@link #getIssuerDN() getIssuerDN} for Name
* and other relevant definitions.
*
* @return a Principal whose name is the subject name.
@@ -393,7 +393,7 @@
/**
* Gets the notAfter
date from the validity period of
- * the certificate. See getNotBefore
+ * the certificate. See {@link #getNotBefore() getNotBefore}
* for relevant ASN.1 definitions.
*
* @return the end date of the validity period.
@@ -429,7 +429,7 @@
* For example, the string "1.2.840.10040.4.3" identifies the SHA-1
* with DSA signature algorithm, as per the PKIX part I.
*
- *
See getSigAlgName for + *
See {@link #getSigAlgName() getSigAlgName} for * relevant ASN.1 definitions. * * @return the signature algorithm OID string. @@ -442,7 +442,7 @@ * algorithm parameters are null; the parameters are usually * supplied with the certificate's public key. * - *
See getSigAlgName for + *
See {@link #getSigAlgName() getSigAlgName} for * relevant ASN.1 definitions. * * @return the DER-encoded signature algorithm parameters, or