Searched defs:theCertSelector (Results 1 - 2 of 2) sorted by relevance

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
H A DTestUtils.java771 public static X509CertSelector theCertSelector; field in class:TestUtils
801 theCertSelector = new X509CertSelector();
802 theCertSelector.setCertificate(endCertificate);
803 theCertSelector.setIssuer(endCertificate.getIssuerX500Principal()
825 if ((rootCertificateSS == null) || (theCertSelector == null)
832 theCertSelector);
/libcore/luni/src/test/java/tests/security/cert/
H A DX509CertSelectorTest.java2062 private X509CertSelector theCertSelector; field in class:X509CertSelectorTest
2090 theCertSelector = new X509CertSelector();
2091 theCertSelector.setCertificate(endCertificate);
2092 theCertSelector.setIssuer(endCertificate.getIssuerX500Principal()
2104 theCertSelector);
2129 theCertSelector.addPathToName(1, bytes);
2134 theCertSelector.setPathToNames(null);
2136 theCertSelector.addPathToName(1, bytesName);
2137 assertNotNull(theCertSelector.getPathToNames());
2141 theCertSelector
[all...]

Completed in 21 milliseconds