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

  /external/nist-sip/java/gov/nist/javax/sip/header/
Organization.java 36 * Organization SIP Header.
47 public class Organization extends SIPHeader implements OrganizationHeader {
54 * Organization field
56 protected String organization; field in class:Organization
63 return organization;
69 public Organization() {
70 super(ORGANIZATION);
74 * Get the organization field.
78 return organization;
82 * Set the organization membe
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
OrganizationParser.java 31 /** Parser for Organization header.
44 * @param organization the header to parse
46 public OrganizationParser(String organization) {
47 super(organization);
60 * @return SIPHeader (Organization object)
67 Organization organization = new Organization(); local
69 headerName(TokenTypes.ORGANIZATION);
71 organization.setHeaderName(SIPHeaderNames.ORGANIZATION)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509ObjectIdentifiers.java 16 static final ASN1ObjectIdentifier organization = new ASN1ObjectIdentifier(id + ".10"); field in interface:X509ObjectIdentifiers
23 // {iso(1) identified-organization(3) oiw(14) secsig(3) algorithms(2) 26 } //
28 // {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) hashAlgorithm(2) RIPEMD-160(1)}
34 // {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) signatureAlgorithm(3) rsaSignature(1) rsaSignatureWithripemd160(2) }
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 32 import android.provider.ContactsContract.CommonDataKinds.Organization;
70 private static final int DEFAULT_ORGANIZATION_TYPE = Organization.TYPE_WORK;
91 ORGANIZATION,
780 builder.withValueBackReference(Organization.RAW_CONTACT_ID, backReferenceIndex);
781 builder.withValue(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE);
782 builder.withValue(Organization.TYPE, mType);
784 builder.withValue(Organization.COMPANY, mOrganizationName);
787 builder.withValue(Organization.DEPARTMENT, mDepartmentName);
790 builder.withValue(Organization.TITLE, mTitle);
793 builder.withValue(Organization.PHONETIC_NAME, mPhoneticName)
815 OrganizationData organization = (OrganizationData) obj; local
    [all...]
  /external/openssl/crypto/x509v3/
x509v3.h 282 ASN1_STRING *organization; member in struct:NOTICEREF_st
  /external/openssl/include/openssl/
x509v3.h 282 ASN1_STRING *organization; member in struct:NOTICEREF_st

Completed in 84 milliseconds