Enum CipherParameterName

Definition

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

Enumeration for the cipher algorithm parameters.

C#
Copy
public enum CipherParameterName
Name Description
AAD

Additional authenticated data(AAD).

AlgorithmType

The Algorithm Type.

CounterLength

Integer - ctr length in bits.

IV

Initial Vector, 16B buffer (up to 2^64-1 bytes long in case of AES GCM).

Label

Label.

TagLength

Tag Length.