Expand description
Constants for RSA algorithm
Constantsยง
- RSA_
2048_ BYTE_ LENGTH - Byte length for RSA-2048 key
- RSA_
3072_ BYTE_ LENGTH - Byte length for RSA-3072 key
- RSA_
4096_ BYTE_ LENGTH - Byte length for RSA-4096 key
- RSA_
MODULUS_ 2048 - RSA with 2048-bit modulus
- RSA_
MODULUS_ 3072 - RSA with 3072-bit modulus
- RSA_
MODULUS_ 4096 - RSA with 4096-bit modulus
- RSA_
PUBLIC_ EXPONENT - Common RSA public exponent (65537)