public class DigestMD5 extends Object
Constructor and Description |
---|
DigestMD5(PrintStream debugout) |
Modifier and Type | Method and Description |
---|---|
byte[] |
authClient(String host,
String user,
String passwd,
String realm,
String serverChallenge)
Return client's authentication response to server's challenge.
|
boolean |
authServer(String serverResponse)
Allow the client to authenticate the server based on its
response.
|
public DigestMD5(PrintStream debugout)
public byte[] authClient(String host, String user, String passwd, String realm, String serverChallenge) throws IOException
IOException
public boolean authServer(String serverResponse) throws IOException
IOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.