ciphers_num property

  1. @UnsignedInt()
int ciphers_num
getter/setter pair

Number of ciphers contained in the specified cipher preference. If this is set to zero, then default cipher list of the backend will be used.

Default: 0 (zero).

Implementation

@ffi.UnsignedInt()
external int ciphers_num;