Class RsaOaepCipherParameters
Definition
- Namespace:
- Tizen.Security.SecureRepository.Crypto
- Assembly:
- Tizen.Security.SecureRepository.dll
Holds parameters for the RSA algorithm with the OAEP mode.
public class RsaOaepCipherParameters : CipherParameters
- Inheritance
Constructors
View SourceRsaOaepCipherParameters()
Initializes an instance of RsaOaepCipherParameters class.
Declaration
public RsaOaepCipherParameters()
Remarks
CipherAlgorithmType in CipherParameters is set to CipherAlgorithmType.RsaOaep.