Class AesCfbCipherParameters

Definition

Namespace:
Tizen.Security.SecureRepository.Crypto
Assembly:
Tizen.Security.SecureRepository.dll
API Level:
3

A class for holding parameters for the AES algorithm with the CFB mode.

C#
Copy
public class AesCfbCipherParameters : AesCipherParameters
Inheritance
System.Object
AesCfbCipherParameters

Constructors

View Source

AesCfbCipherParameters()

A default constructor.

Declaration
C#
Copy
public AesCfbCipherParameters()
Remarks

The CipherAlgorithmType in CipherParameters is set to CipherAlgorithmType.AesCfb.

API Level: 3