-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
b16
-
generic
-
other
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2063425 | 5.0 | Alison Huml | P4 | Resolved | Fixed | b03 |
javadoc gives the following warning on J2SE 1.4.2:
/java/pubs/ws/mantis/src/share/doc/stub/javax/crypto/spec/DHGenParameterSpec.java:52:
warning - Tag @link: reference not found: AlgorithmParameterGenerator <code>AlgorithmParameterGenerator</code>
I believe the AlgorithmParameterGenerator class is not found because
java.security is not being imported. You could try this:
{@link java.security.AlgorithmParameterGenerate AlgorithmParameterGenerator}
Note that <code> is not needed around the second term, as it is automatically
inserted in 1.4 and later (and 1.3, I believe)
/java/pubs/ws/mantis/src/share/doc/stub/javax/crypto/spec/DHGenParameterSpec.java:52:
warning - Tag @link: reference not found: AlgorithmParameterGenerator <code>AlgorithmParameterGenerator</code>
I believe the AlgorithmParameterGenerator class is not found because
java.security is not being imported. You could try this:
{@link java.security.AlgorithmParameterGenerate AlgorithmParameterGenerator}
Note that <code> is not needed around the second term, as it is automatically
inserted in 1.4 and later (and 1.3, I believe)
- backported by
-
JDK-2063425 @link broken link in javax.crypto.spec
-
- Resolved
-