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

  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
CertUtilsTest.java 245 X509Certificate rootCert = TestData.ROOT_CA_TRUSTED;
249 TestData.DATE_ALL_CERTS_VALID, rootCert, Collections.emptyList(),
257 X509Certificate rootCert = TestData.ROOT_CA_TRUSTED;
264 TestData.DATE_ALL_CERTS_VALID, rootCert, intermediateCerts,
276 X509Certificate rootCert = TestData.ROOT_CA_TRUSTED;
283 TestData.DATE_ALL_CERTS_VALID, rootCert, intermediateCerts,
292 X509Certificate rootCert = TestData.ROOT_CA_DIFFERENT_COMMON_NAME;
302 TestData.DATE_ALL_CERTS_VALID, rootCert, intermediateCerts,
308 X509Certificate rootCert = TestData.ROOT_CA_DIFFERENT_COMMON_NAME;
317 TestData.DATE_ALL_CERTS_VALID, rootCert, intermediateCerts
    [all...]
  /libcore/ojluni/src/test/java/security/cert/
AKISerialNumberTest.java 117 X509Certificate rootCert = getCertFromMimeEncoding(ROOT_CERT);
118 TrustAnchor anchor = new TrustAnchor(rootCert, null);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
CsrUtil.java 102 * @param rootCert Root certificate used to issue the new certificate.
108 X509Certificate rootCert, KeyPair rootPair) throws GeneralSecurityException {
117 return issueX509V3Certificate(name, publicKey, rootCert, rootPair, notBefore, notAfter, serialNumber);
122 X509Certificate rootCert, KeyPair rootPair, Date notBefore, Date notAfter,
130 certGen.setIssuerDN(rootCert.getSubjectX500Principal());
139 new AuthorityKeyIdentifierStructure(rootCert));
154 return new X509Certificate[] { issuedCert, rootCert };
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 634 public static final String rootCert = ""
    [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
RecoverableKeyStoreManager.java 230 X509Certificate rootCert =
234 certPath = certXml.getRandomEndpointCert(rootCert);
306 X509Certificate rootCert =
309 sigXml.verifyFileSignature(rootCert, recoveryServiceCertFile);
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
name_constraints_test.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
name_constraints_test.go     [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 2580 milliseconds