What is the difference of using BC keys or default?
- by Tom Brito
Both lines of code:
KeyPairGenerator.getInstance("RSA")
KeyPairGenerator.getInstance("RSA", "BC")
works well. So, what's the differecente using BC or not? Is BC completely compatible with the default RSA used? (using sun JDK 6)