NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip.clientauthutils
Interface UserCredentialHash


public interface UserCredentialHash

Interface for those clients that only supply hash(user:domain:password). This is more secure than simply supplying password because the password cannot be extracted.


Method Summary
 String getHashUserDomainPassword()
          Get the MD5(userName:sipdomain:password)
 String getSipDomain()
          Get the SipDomain.
 String getUserName()
          Get the user name.
 

Method Detail

getUserName

String getUserName()
Get the user name.

Returns:
userName

getSipDomain

String getSipDomain()
Get the SipDomain.

Returns:

getHashUserDomainPassword

String getHashUserDomainPassword()
Get the MD5(userName:sipdomain:password)

Returns:
the MD5 hash of userName:sipDomain:password.

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.