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.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<CipherAlgorithmType>(CipherAlgorithmType, string)
    Extensions.LoadFromXaml<CipherAlgorithmType>(CipherAlgorithmType, string)
    Extensions.LoadFromXaml<CipherAlgorithmType>(CipherAlgorithmType, Type)
    Extensions.LoadFromXamlFile<CipherAlgorithmType>(CipherAlgorithmType, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX