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 | Algorithm Type. |
| CounterLength | Integer - ctr length in bits. |
| IV | Initial Vector. |
| Label | Label. |
| TagLength | Tag Length. |