12-19-2011 06:10 AM
Hi,
I need to create keypair using PGP encryption.Can anybody help me which class should be used and how it should be implemented?
12-19-2011 07:09 AM
What have you found when Googling this?
12-19-2011 07:56 AM
please check this link(Sample Java BouncyCastle Algorithm for Encryption)
http://wiki.service-now.com/index.php?title=Sample
AND (import external .jar files from JDE)
http://www.blackberryforums.com/developer-forum/33
I think, this two link enough for you to solve the issue
01-03-2012 02:13 AM
I need to create pgp pairs using following specifications
1.Hash algorithms
SHA1
SHA256
SHA384
SHA512
MD5
2- Compression algorithms :
Zip
Uncompressed
3- Cypher Algorithm:
AES 256
4- Key Algorithm:
RSA
5- Key Size:
4096 bytes
I have seen bouncy castle but couldn't find way to generate key .Can anybody help me to start with tht?