|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sipresponse.flibblecallmgr.internal.util.DigestClientAuthenticationMethod
public class DigestClientAuthenticationMethod
Get this interface from the nist-sip IM
| Constructor Summary | |
|---|---|
DigestClientAuthenticationMethod()
|
|
| Method Summary | |
|---|---|
java.lang.String |
generateResponse()
generate the response |
void |
initialize(java.lang.String realm,
java.lang.String userName,
java.lang.String uri,
java.lang.String nonce,
java.lang.String password,
java.lang.String method,
java.lang.String cnonce,
java.lang.String algorithm)
Initialize the Client authentication method. |
static java.lang.String |
toHexString(byte[] b)
convert an array of bytes to an hexadecimal string |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DigestClientAuthenticationMethod()
| Method Detail |
|---|
public static java.lang.String toHexString(byte[] b)
b - bytes array to convert to a hexadecimal
string
public void initialize(java.lang.String realm,
java.lang.String userName,
java.lang.String uri,
java.lang.String nonce,
java.lang.String password,
java.lang.String method,
java.lang.String cnonce,
java.lang.String algorithm)
throws java.lang.Exception
ClientAuthenticationMethod
initialize in interface ClientAuthenticationMethodjava.lang.Exception - if the parameters are not correct.public java.lang.String generateResponse()
generateResponse in interface ClientAuthenticationMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||