KeySize property

  1. @Int()
int KeySize
getter/setter pair

KeySize is the Asymmetric key size for newly generated keys. Defaults to 4096. Warning: for security, it is extremely not recommended to lower this value. For advanced use only.

Implementation

@ffi.Int()
external int KeySize;