Enum jwt_compact::alg::ModulusBits [−][src]
#[non_exhaustive]
pub enum ModulusBits {
TwoKibibytes,
ThreeKibibytes,
FourKibibytes,
}This is supported on crate feature
with_rsa only.Expand description
Bit length of an RSA key modulus (aka RSA key length).
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
TwoKibibytes
2048 bits. This is the minimum recommended key length as of 2020.
ThreeKibibytes
3072 bits.
FourKibibytes
4096 bits.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ModulusBits
impl Send for ModulusBits
impl Sync for ModulusBits
impl Unpin for ModulusBits
impl UnwindSafe for ModulusBits
Blanket Implementations
Mutably borrows from an owned value. Read more
