keyLength property

int get keyLength

Implementation

int get keyLength => _withCipher((c) => ssl.EVP_CIPHER_get_key_length(c));