ciphers property

Pointer<Int32> ciphers
getter/setter pair

Ciphers and order preference. The #pj_ssl_cipher_get_availables() can be used to check the available ciphers supported by backend.

Implementation

external ffi.Pointer<ffi.Int32> ciphers;