Enum CipherAlgorithmType
Definition
- Namespace:
- Tizen.Security.SecureRepository.Crypto
- Assembly:
- Tizen.Security.SecureRepository.dll
Enumeration for the crypto cipher algorithm types.
public enum CipherAlgorithmType
Fields
Name | Description |
---|---|
AesCbc | AES-CBC algorithm. |
AesCfb | AES-CFB algorithm. |
AesCtr | AES-CTR algorithm. |
AesGcm | AES-GCM algorithm. |
RsaOaep | RSA-OAEP algorithm. |