Discuss this help topic in SecureBlackbox Forum

TElPGPSignatureSubpacket.Hashed

TElPGPSignatureSubpacket     See also     


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


Spesifies if the packet is hashed when signing.

Declaration

[C#]
    bool Hashed;

[VB.NET]
    Property Hashed As Boolean

[Pascal]
    property Hashed : boolean;

[C++]
    bool get_Hashed();
    void set_Hashed(bool Value);

[PHP]
    bool get_Hashed()
    void set_Hashed(bool $Value)

[Java]
    boolean getHashed();
    void setHashed(boolean Value);

Description

    Subpackets with hashed flag can be added only before the signature is generated. Attempt to change this property value when signature is already generated will lead to incorrect signature.

See also:     Critical     SubpacketType    

Discuss this help topic in SecureBlackbox Forum