Security.removeProvider("CVC");
}
public static synchronized void installBCProvider() {
// Also install the CVC provider
try {
Security.addProvider(new CVCProvider());
} catch (Exception e) {
log.info("CVC provider can not be installed, CVC certificate will not work: ", e);
}
// A flag that ensures that we install the parameters for implcitlyCA only when we have installed a new provider