-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.4.0
-
None
-
generic
-
generic
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
- duplicates
-
JDK-4475032 errors in javax.crypto.KeyAgreement class
-
- Resolved
-