Javadoc fixes. (#209)
This commit is contained in:
parent
26ba138d8e
commit
427c7d137e
|
@ -172,7 +172,8 @@ final class NTLMEngineImpl implements NTLMEngine {
|
|||
* the 8 byte array the server sent.
|
||||
* @return The type 3 message.
|
||||
* @throws NTLMEngineException
|
||||
* If {@encrypt(byte[],byte[])} fails.
|
||||
* If {@link #Type3Message
|
||||
* (String, String, String, String, byte[], int, String, byte[])} fails.
|
||||
*/
|
||||
static String getType3Message(final String user, final String password, final String host, final String domain,
|
||||
final byte[] nonce, final int type2Flags, final String target, final byte[] targetInformation)
|
||||
|
@ -199,7 +200,8 @@ final class NTLMEngineImpl implements NTLMEngine {
|
|||
* the 8 byte array the server sent.
|
||||
* @return The type 3 message.
|
||||
* @throws NTLMEngineException
|
||||
* If {@encrypt(byte[],byte[])} fails.
|
||||
* If {@link #Type3Message
|
||||
* (String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])} fails.
|
||||
*/
|
||||
static String getType3Message(final String user, final String password, final String host, final String domain,
|
||||
final byte[] nonce, final int type2Flags, final String target, final byte[] targetInformation,
|
||||
|
|
Loading…
Reference in New Issue