Issue Type: Feature Request Feature Request
Assignee: Unassigned
Components: crypto
Created: 10/Oct/13 3:49 AM
Description:

I know about the fact that currently the project is under development. But I would appreciate if we could properly add JavaDocs to the crypto module.

Looks like only the Hex.java file currently contains JavaDoc.

For example here we should add @param annotation of Javadocs:

public class CryptoBox {
...
public byte[] encrypt(final byte[] IV, final byte[] message) throws RuntimeException {
...

so that we know what IV really means.

This is important to newcomers like me. I don't want to file a jira to each Javadoc missing, for this reason I'm just creating this one as a reminder

Fix Versions: 1.3.0
Project: AeroGear Security
Priority: Major Major
Reporter: Matthias Wessendorf
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira