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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/
MiscObjectIdentifiers.java 52 // Entrust
53 // iso(1) member-body(16) us(840) nortelnetworks(113533) entrust(7)
55 /** NortelNetworks Entrust OID base: 1.2.840.113533.7 */
56 static final ASN1ObjectIdentifier entrust = new ASN1ObjectIdentifier("1.2.840.113533.7"); field in interface:MiscObjectIdentifiers
57 /** NortelNetworks Entrust VersionExtension OID: 1.2.840.113533.7.65.0 */
58 static final ASN1ObjectIdentifier entrustVersionExtension = entrust.branch("65.0");
  /external/chromium_org/net/cert/
x509_cert_types_unittest.cc 129 CertPrincipal entrust; local
130 EXPECT_TRUE(entrust.ParseDistinguishedName(EntrustDN,
132 EXPECT_EQ("Entrust.net Certification Authority (2048)",
133 entrust.common_name);
134 EXPECT_EQ("", entrust.country_name);
135 ASSERT_EQ(1U, entrust.organization_names.size());
136 EXPECT_EQ("Entrust.net",
137 entrust.organization_names[0]);
138 ASSERT_EQ(2U, entrust.organization_unit_names.size());
139 EXPECT_EQ("www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)"
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Security2Test.java 300 Provider entrust = new Support_ProviderTrust(); local
315 // Make sure entrust provider not already loaded. Should do nothing
317 Security.removeProvider(entrust.getName());
319 // Now add entrust
320 addResult = Security.addProvider(entrust);
323 Security.removeProvider(entrust.getName());
327 "the provider entrust is found after it was removed",
328 provTest[i].getName() != entrust.getName());
334 Security.removeProvider(entrust.getName());
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 199 milliseconds