Test tweaks, expecting the correct error

This commit is contained in:
Dave
2015-06-29 22:27:54 +02:00
parent 7f641d31e3
commit 59b2be78c1
3 changed files with 18 additions and 21 deletions

View File

@@ -77,7 +77,7 @@ public final class NoUtil {
}
}
private static byte[] getPbeKeyFromPassword(char[] password) {
public static byte[] getPbeKeyFromPassword(char[] password) {
SecretKeyFactory skf;
try {
skf = SecretKeyFactory.getInstance(NoUtil.PBE_TYPE);