What is the difference of using BC keys or default?

Posted by Tom Brito on Stack Overflow See other posts from Stack Overflow or by Tom Brito
Published on 2010-06-01T13:37:16Z Indexed on 2010/06/01 13:43 UTC
Read the original article Hit count: 161

Filed under:
|
|

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)

© Stack Overflow or respective owner

Related posts about java

Related posts about rsa