pub(crate) enum RsaVerificationAlgorithmId {
RSA_PKCS1_1024_8192_SHA1_FOR_LEGACY_USE_ONLY,
RSA_PKCS1_1024_8192_SHA256_FOR_LEGACY_USE_ONLY,
RSA_PKCS1_1024_8192_SHA512_FOR_LEGACY_USE_ONLY,
RSA_PKCS1_2048_8192_SHA1_FOR_LEGACY_USE_ONLY,
RSA_PKCS1_2048_8192_SHA256,
RSA_PKCS1_2048_8192_SHA384,
RSA_PKCS1_2048_8192_SHA512,
RSA_PKCS1_3072_8192_SHA384,
RSA_PSS_2048_8192_SHA256,
RSA_PSS_2048_8192_SHA384,
RSA_PSS_2048_8192_SHA512,
}
Variants§
RSA_PKCS1_1024_8192_SHA1_FOR_LEGACY_USE_ONLY
RSA_PKCS1_1024_8192_SHA256_FOR_LEGACY_USE_ONLY
RSA_PKCS1_1024_8192_SHA512_FOR_LEGACY_USE_ONLY
RSA_PKCS1_2048_8192_SHA1_FOR_LEGACY_USE_ONLY
RSA_PKCS1_2048_8192_SHA256
RSA_PKCS1_2048_8192_SHA384
RSA_PKCS1_2048_8192_SHA512
RSA_PKCS1_3072_8192_SHA384
RSA_PSS_2048_8192_SHA256
RSA_PSS_2048_8192_SHA384
RSA_PSS_2048_8192_SHA512
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RsaVerificationAlgorithmId
impl RefUnwindSafe for RsaVerificationAlgorithmId
impl Send for RsaVerificationAlgorithmId
impl Sync for RsaVerificationAlgorithmId
impl Unpin for RsaVerificationAlgorithmId
impl UnwindSafe for RsaVerificationAlgorithmId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more