RsaPublicExponent Enumeration |
Choices for public exponent (e)
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic enum PublicExponent
Public Enumeration PublicExponent
MembersMember name | Description |
---|
Exp_EQ_3 |
Set exponent equal to 3 (F0)
|
Exp_EQ_5 |
Set exponent equal to 5 (F1)
|
Exp_EQ_17 |
Set exponent equal to 17 (F2)
|
Exp_EQ_257 |
Set exponent equal to 257 (F3)
|
Exp_EQ_65537 |
Set exponent equal to 65537 (F4)
|
RemarksFermat Number F(x) = 2^(2^x) + 1. F0 to F4 are prime.
See Also