Test tweaks, expecting the correct error
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user