Module traits

Module traits 

Source
Expand description

RSA-related trait definitions.

Traitsยง

Decryptor
Decrypt the given message
EncryptingKeypair
Encryption keypair with an associated encryption key.
PaddingScheme
Padding scheme used for encryption.
PrivateKeyParts
Components of an RSA private key.
PublicKeyParts
Components of an RSA public key.
RandomizedDecryptor
Decrypt the given message using provided random source
RandomizedEncryptor
Encrypt the message using provided random source
SignatureScheme
Digital signature scheme.