RsaEncryptParameters interface
Encryption parameters for RSA encryption algorithms.
Property Details
algorithm
The encryption algorithm to use.
algorithm: RsaEncryptionAlgorithm
Property Value
plaintext
The plain text to encrypt.
plaintext: Uint8Array
Property Value
Uint8Array