Class RsaOaepCipherParameters
Definition
- Namespace:
- Tizen.Security.SecureRepository.Crypto
- Assembly:
- Tizen.Security.SecureRepository.dll
A class for holding parameters for the RSA algorithm with the OAEP mode.
public class RsaOaepCipherParameters : CipherParameters
- Inheritance
Constructors
View SourceRsaOaepCipherParameters()
A default constructor.
Declaration
public RsaOaepCipherParameters()
Remarks
The CipherAlgorithmType in CipherParameters is set to CipherAlgorithmType.RsaOaep.