Class RsaOaepCipherParameters
Definition
- Namespace:
- Tizen.Security.SecureRepository.Crypto
- Assembly:
- Tizen.Security.SecureRepository.dll
- API Level:
- 3
A class for holding parameters for the RSA algorithm with the OAEP mode.
C#Copypublic class RsaOaepCipherParameters : CipherParameters
- Inheritance
Constructors
Declaration
C#Copypublic RsaOaepCipherParameters()
Remarks
The CipherAlgorithmType in CipherParameters is set to CipherAlgorithmType.RsaOaep.