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

  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 82 private static final ObjectIdentifier OU;
165 OU = new ObjectIdentifier(new int[] { 2, 5, 4, 11 }, "OU",
189 RFC1779_NAMES.put(OU.getName(), OU);
  /frameworks/base/core/java/android/net/http/
SslCertificate.java 243 * - organizational unit (OU)
247 * Distinguished name (normally includes CN, O, and OU names)
262 * Organizational Unit (OU) component of the name
290 if (oid.elementAt(i).equals(X509Name.OU)) {
302 * @return The distinguished name (normally includes CN, O, and OU names)
323 * @return The Organizational Unit (OU) component of this name
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 52 public static final DERObjectIdentifier OU = new DERObjectIdentifier("2.5.4.11");
260 DefaultSymbols.put(OU, "OU");
292 RFC2253Symbols.put(OU, "OU");
302 RFC1779Symbols.put(OU, "OU");
311 DefaultLookUp.put("ou", OU);
    [all...]

Completed in 3362 milliseconds