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

  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/misc/
MiscObjectIdentifiers.java 8 // Netscape
9 // iso/itu(2) joint-assign(16) us(840) uscompany(1) netscape(113730) cert-extensions(1) }
11 static final String netscape = "2.16.840.1.113730.1"; field in interface:MiscObjectIdentifiers
12 static final DERObjectIdentifier netscapeCertType = new DERObjectIdentifier(netscape + ".1");
13 static final DERObjectIdentifier netscapeBaseURL = new DERObjectIdentifier(netscape + ".2");
14 static final DERObjectIdentifier netscapeRevocationURL = new DERObjectIdentifier(netscape + ".3");
15 static final DERObjectIdentifier netscapeCARevocationURL = new DERObjectIdentifier(netscape + ".4");
16 static final DERObjectIdentifier netscapeRenewalURL = new DERObjectIdentifier(netscape + ".7");
17 static final DERObjectIdentifier netscapeCApolicyURL = new DERObjectIdentifier(netscape + ".8");
18 static final DERObjectIdentifier netscapeSSLServerName = new DERObjectIdentifier(netscape + ".12")
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
BestMatchSpec.java 58 private NetscapeDraftSpec netscape; field in class:BestMatchSpec
85 if (this.netscape == null) {
90 this.netscape = new NetscapeDraftSpec(patterns);
92 return netscape;
106 boolean netscape = false;
112 netscape = true;
115 if (netscape) {
121 } else if (netscape) {
123 // because Netscape draft cannot handle
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/netscape/
NetscapeCertRequest.java 1 package org.bouncycastle.jce.netscape;
33 * Handles NetScape certificate request (KEYGEN), these are constructed as:

Completed in 142 milliseconds