Is PKCS#1 V2.0 implemented for Java?

Posted by Tom Brito on Stack Overflow See other posts from Stack Overflow or by Tom Brito
Published on 2010-06-01T20:29:13Z Indexed on 2010/06/01 21:23 UTC
Read the original article Hit count: 152

Filed under:
|
|
|

I need encrypt data using exactly the PKCS#1 V2.0 encryption method (defined in item 7.2.1 of the PKCS#1V2 specification).

Is it already implemented for Java?

I'm thinking in something like just pass a parameter to javax.crypto.Cipher specifying "PKCS#1V2", I wonder if there is something like this?

© Stack Overflow or respective owner

Related posts about java

Related posts about encryption