Expand description
RSA-related trait definitions.
Traitsยง
- Decryptor
- Decrypt the given message
- Encrypting
Keypair - Encryption keypair with an associated encryption key.
- Padding
Scheme - Padding scheme used for encryption.
- Private
KeyParts - Components of an RSA private key.
- Public
KeyParts - Components of an RSA public key.
- Randomized
Decryptor - Decrypt the given message using provided random source
- Randomized
Encryptor - Encrypt the message using provided random source
- Signature
Scheme - Digital signature scheme.