public class EcAes extends Object
| Constructor and Description |
|---|
EcAes() |
| Modifier and Type | Method and Description |
|---|---|
static String |
newIv(int i)
Generates a random Initialization Vector of length @i
|
static String |
newSecret(int i)
Generates a random secret of length @i
|
public static String newSecret(int i)
{integer} - i Length of secretpublic static String newIv(int i)
{integer} - i Length of initialization VectorCopyright © 2018 Eduworks Corporation. All rights reserved.