|
From: <bug...@ve...> - 2004-04-09 20:19:58
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://jira.neuclear.org//browse/COM-16 Here is an overview of the issue: --------------------------------------------------------------------- Key: COM-16 Summary: add Password encrypted private key methods to CryptoTools Type: New Feature Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: NeuClear Commons Fix Fors: r_0_7 Versions: r_0_7 Assignee: Pelle Braendgaard Reporter: Pelle Braendgaard Created: Fri, 9 Apr 2004 1:18 PM Updated: Fri, 9 Apr 2004 1:18 PM Description: We need a simple quick way for password encrypting and decrypting private keys. You should be able to use simple code like this: byte wrapped[] = CryptoTools.wrapKey(password, kp.getPrivate()); PrivateKey priv = CryptoTools.unWrapRSAKey(password, wrapped); --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.neuclear.org//secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |