Discuss this help topic in SecureBlackbox Forum

TElSymmetricCrypto.CTRLittleEndian

TElSymmetricCrypto     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether little-endian is used in a Counter (CTR) mode.

Declaration

[C#]
    bool CTRLittleEndian;

[VB.NET]
    Property CTRLittleEndian As Boolean

[Pascal]
    property CTRLittleEndian : boolean;

[C++]
    bool get_CTRLittleEndian();
    void set_CTRLittleEndian(bool Value);

[PHP]
    bool get_CTRLittleEndian()
    void set_CTRLittleEndian(bool $Value)

[Java]
    boolean getCTRLittleEndian();
    void setCTRLittleEndian(boolean Value);

Description

Set this property to true to use little-endian in the Counter (cmCTR) mode of operation.
The default value is false.

See also:     Mode    

Discuss this help topic in SecureBlackbox Forum