rsaBits property

int rsaBits

RSABits is the number of bits in new RSA keys made with NewEntity. If zero, then 2048 bit keys are created.

Implementation

int get rsaBits => const fb.Int32Reader().vTableGet(_bc, _bcOffset, 16, 0);