HomeSort by relevance Sort by last modified time
    Searched refs:Authority (Results 1 - 4 of 4) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/address/
Authority.java 33 * Authority part of a URI structure. Section 3.2.2 RFC2396
42 public class Authority extends NetObject {
83 Authority otherAuth = (Authority) other;
223 Authority retval = (Authority) super.clone();
SipUri.java 64 /** Authority for the uri.
67 protected Authority authority; field in class:SipUri
115 if (this.authority != null) {
116 UserInfo userInfo = authority.getUserInfo();
122 /** Get the authority.
124 public Authority getAuthority() {
125 return this.authority;
243 if (authority != null)
244 authority.encode(buffer)
    [all...]
  /libcore/
Android.mk 33 # Include the definitions for the Certificate Authority (CA) certificates
CaCerts.mk 17 # Definitions for installing Certificate Authority (CA) certificates

Completed in 185 milliseconds