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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX