Searched refs:myCertStore (Results 1 – 1 of 1) sorted by relevance
172 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 { class424 public myCertStore(CertStoreSpi spi, Provider prov, String type, CertStoreParameters params) { in myCertStore() method in myCertStore