Posted By:
yunfeng_bai
Posted On:
Tuesday, September 17, 2002 08:37 PM
When using JCA/JCE, we can add a security provider by adding a
security.provider.n = ......
to the lib/security/ext/java.security .It seems that we can add a provider in our programs by using "java.security.Security.addProvider(provider)", but how to instantiate a provider? (I've a BouncyCastle provider)