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#
Copy
public class RsaOaepCipherParameters : CipherParameters
Inheritance
System.Object
RsaOaepCipherParameters

Constructors

View Source

RsaOaepCipherParameters()

A default constructor.

Declaration
C#
Copy
public RsaOaepCipherParameters()
Remarks

The CipherAlgorithmType in CipherParameters is set to CipherAlgorithmType.RsaOaep.

API Level: 3