Provider mProv;
protected void setUp() throws Exception {
super.setUp();
mProv = (new SpiEngUtils()).new MyProvider("MyCertPathValidatorProvider",
"Provider for testing", CertPathValidator1Test.srvCertPathValidator
.concat(".").concat(defaultAlg),
CertPathValidatorProviderClass);
Security.insertProviderAt(mProv, 1);
}