crypto_count property

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

Specify the number of crypto suite settings. If set to zero, all available cryptos will be enabled. Default: zero.

Implementation

@ffi.UnsignedInt()
external int crypto_count;