public class PbeUtil extends Object
| Constructor and Description |
|---|
PbeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Cipher |
generateCipher() |
static Key |
generateSecretKey(char[] password) |
public static Key generateSecretKey(char[] password) throws InvalidKeyException, NoSuchAlgorithmException, InvalidKeySpecException
public static Cipher generateCipher() throws NoSuchPaddingException, NoSuchAlgorithmException
Copyright © 2019. All rights reserved.