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.

    Extension Methods

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