Skip to content

Commit

Permalink
JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Mar 4, 2017
1 parent 2ae2166 commit 7f99035
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkix/src/main/java/org/bouncycastle/est/HttpAuth.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ public HttpAuth(String realm, String username, char[] password)
*
* @param username user id.
* @param password user's password.
* @param nonceGenerator
* @param digestCalculatorProvider
* @param nonceGenerator random source for generating nonces.
* @param digestCalculatorProvider provider for digest calculators needed for calculating hashes.
*/
public HttpAuth(String username, char[] password, SecureRandom nonceGenerator, DigestCalculatorProvider digestCalculatorProvider)
{
Expand All @@ -93,8 +93,8 @@ public HttpAuth(String username, char[] password, SecureRandom nonceGenerator, D
* @param realm expected server realm.
* @param username user id.
* @param password user's password.
* @param nonceGenerator
* @param digestCalculatorProvider
* @param nonceGenerator random source for generating nonces.
* @param digestCalculatorProvider provider for digest calculators needed for calculating hashes.
*/
public HttpAuth(String realm, String username, char[] password, SecureRandom nonceGenerator, DigestCalculatorProvider digestCalculatorProvider)
{
Expand Down

0 comments on commit 7f99035

Please sign in to comment.