public class KeyUtil extends Object
Constructor and Description |
---|
KeyUtil() |
Modifier and Type | Method and Description |
---|---|
static Key |
newAesKey(int bitLength)
Generates a new AES key of the specified bit length.
|
public static Key newAesKey(int bitLength)
bitLength
- bit length (must be a multiple of 8)Copyright © 2019. All rights reserved.