Skip to content

Commit

Permalink
fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Sep 27, 2019
1 parent 0bf49e5 commit a3fd45d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ public static byte[] exportRawKey(Path pathToVault, String masterkeyFilename, by
* @param masterkeyFilename Name of the masterkey file
* @param pepper An application-specific pepper added to the salt during key-derivation (if applicable)
* @param passphrase Future passphrase
* @return A 64 byte array consisting of 32 byte aes key and 32 byte mac key
* @since 1.9.0
*/
public static void restoreRawKey(Path pathToVault, String masterkeyFilename, byte[] rawKey, byte[] pepper, CharSequence passphrase) throws InvalidPassphraseException, IOException {
Expand Down

0 comments on commit a3fd45d

Please sign in to comment.