Home
last modified time | relevance | path

Searched refs:myCertStore (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertStore1Test.java172 CertStore certS = new myCertStore(spi, dProv, dType, pp); in testCertStore02()
182 certS = new myCertStore(null, null, null, null); in testCertStore02()
423 class myCertStore extends CertStore { class
424 public myCertStore(CertStoreSpi spi, Provider prov, String type, CertStoreParameters params) { in myCertStore() method in myCertStore