HomeSort by relevance Sort by last modified time
    Searched defs:AuthenticationHeader (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
AuthenticationHeader.java 79 public class AuthenticationHeader {
92 return "AuthenticationHeader: prefer " + preferred_r;
119 public AuthenticationHeader (String hdrname, MessageHeader response,
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 41 * The generic AuthenticationHeader
50 public abstract class AuthenticationHeader extends ParametersHeader {
86 public AuthenticationHeader(String name) {
92 public 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 300 milliseconds