Searched defs:AuthenticationHeader (Results 1 - 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationHeader.java41 * The generic AuthenticationHeader
50 public abstract class AuthenticationHeader extends ParametersHeader { class in inherits:ParametersHeader
86 public AuthenticationHeader(String name) { method in class:AuthenticationHeader
92 public AuthenticationHeader() { method in class:AuthenticationHeader
200 + " AuthenticationHeader, setRealm(), The realm parameter is null");
231 + " AuthenticationHeader, setNonce(), The nonce parameter is null");
516 + " AuthenticationHeader, setIk(), The auth-param IK parameter is null");
528 + " AuthenticationHeader, setCk(), The auth-param CK parameter is null");
542 + " AuthenticationHeader, setIntegrityProtected(), The integrity-protected parameter is null");

Completed in 61 milliseconds