Module pkcs1v15

Source
Expand description

PKCS#1 v1.5 support as described in RFC8017 § 8.2.

§Usage

See code example in the toplevel rustdoc.

Structs§

DecryptingKey
Decryption key for PKCS#1 v1.5 decryption as described in RFC8017 § 7.2.
EncryptingKey
Encryption key for PKCS#1 v1.5 encryption as described in RFC8017 § 7.2.
Pkcs1v15Encrypt
Encryption using PKCS#1 v1.5 padding.
Pkcs1v15Sign
RSASSA-PKCS1-v1_5: digital signatures using PKCS#1 v1.5 padding.
Signature
RSASSA-PKCS1-v1_5 signatures as described in RFC8017 § 8.2.
SigningKey
Signing key for RSASSA-PKCS1-v1_5 signatures as described in RFC8017 § 8.2.
VerifyingKey
Verifying key for RSASSA-PKCS1-v1_5 signatures as described in RFC8017 § 8.2.

Traits§

RsaSignatureAssociatedOid
A trait which associates an RSA-specific OID with a type.