use of tests.security.cert.myCertPathBuilder.MyProvider in project robovm by robovm.
the class CertPathBuilder2Test method setUp.
protected void setUp() throws Exception {
super.setUp();
mProv = (new SpiEngUtils()).new MyProvider("MyCertPathBuilderProvider", "Provider for testing", CertPathBuilder1Test.srvCertPathBuilder + "." + defaultAlg, CertPathBuilderProviderClass);
Security.insertProviderAt(mProv, 1);
}
Aggregations