Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4471468

KeyAgreement javadoc has @see where it shouldn't.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.4.0
    • security-libs
    • None


      The javadoc is broken here:

      ---included----
      public class KeyAgreement
      extends Object

      This class provides the functionality of a key agreement (or key exchange) protocol. The keys involved in
      establishing a shared secret are created by one of the key generators (KeyPairGenerator or
      KeyGenerator), a KeyFactory, or as a result from an intermediate phase of the key agreement
      protocol

      Since:
           1.4
      See Also:
           For each of the correspondents in the key exchange, doPhase needs to be
           called. For example, if this key exchange is with one other party, doPhase
           needs to be called once, with the lastPhase flag set to true. If this key
           exchange is with two other parties, doPhase needs to be called twice, the
           first time setting the lastPhase flag to false, and the second time setting it
           to true. There may be any number of parties involved in a key exchange.,
           KeyGenerator, SecretKey

      ---included----

      The source shouldn't have a @see until the end
      of the javadoc. You should be doing an @link, I think.

      bradford.wetmore@eng 2001-06-18

            valeriep Valerie Peng
            wetmore Bradford Wetmore
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: