Searched refs:organization (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
H A DNoticeReference.java21 * organization DisplayText,
32 private DisplayText organization; field in class:NoticeReference
45 organization = new DisplayText(orgName);
75 organization = new DisplayText (orgName);
91 organization = new DisplayText(displayTextType,
114 organization = DisplayText.getInstance(as.getObjectAt(0));
135 return organization;
151 av.add (organization);
H A DX509ObjectIdentifiers.java16 static final DERObjectIdentifier organization = new DERObjectIdentifier(id + ".10"); field in interface:X509ObjectIdentifiers
20 // {iso(1) identified-organization(3) oiw(14) secsig(3) algorithms(2) 26 } //
25 // {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) hashAlgorithm(2) RIPEMD-160(1)}
31 // {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) signatureAlgorithm(3) rsaSignature(1) rsaSignatureWithripemd160(2) }

Completed in 628 milliseconds