Key.setSize

Allocates memory for the requested key lengths. By default they are set to the maximum values per the openssl library.

struct Key
void
setSize
(
int keyLength = EVP_MAX_KEY_LENGTH
,
int ivLength = EVP_MAX_IV_LENGTH
)

Meta