Class AesCtrCipherParameters

    Definition

    Namespace:
    Tizen.Security.SecureRepository.Crypto
    Assembly:
    Tizen.Security.SecureRepository.dll

    A class for holding parameters for the AES algorithm with the counter mode.

    public class AesCtrCipherParameters : AesCipherParameters
    Inheritance
    object
    CipherParameters
    AesCipherParameters
    AesCtrCipherParameters

    Constructors

    View Source

    AesCtrCipherParameters()

    A default constructor.

    Declaration
    public AesCtrCipherParameters()
    Remarks

    The CipherAlgorithmType in CipherParameters is set to CipherAlgorithmType.AesCtr.

    Properties

    View Source

    CounterLength

    Length of the counter block in bits.

    Declaration
    public long CounterLength { get; set; }
    Property Value
    Type Description
    long
    Remarks

    Optional, only 128b is supported at the moment.

    Extension Methods

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