rsaKeyBits
Get number of significant bits in RSA key modulus.
Syntax
[VBA]
Public Function rsaKeyBits ( _
szKeyString As String _
) As Long
Parameters
- szKeyString
- Public or private key in internal string format.
Return Value
Long: Number of significant bits in key.