Enum CipherParameterName
Definition
- Namespace:
- Tizen.Security.SecureRepository.Crypto
- Assembly:
- Tizen.Security.SecureRepository.dll
Enumeration for the cipher algorithm parameters.
public enum CipherParameterName
Fields
| 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. |