Discuss this help topic in SecureBlackbox Forum

TElPGPCustomSecretKey.KeyFP

TElPGPCustomSecretKey     See also     


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


Returns 20-bytes key fingerprint.

Declaration

[C#]
    byte[] KeyFP();

[VB.NET]
    Function KeyFP() As Byte()

[Pascal]
    function KeyFP : TSBKeyFP;
    TSBKeyFP = array of byte;

[C++]
    void KeyFP(std::vector<uint8_t> &OutResult);

[PHP]
    string KeyFP()

[Java]
    byte[] keyFP();

Description

    The KeyFP should be used to distinguish two keys with the same key id's. As it is longer, than key id, there is quite low probability that two different keys will have the same Key FP's.

See also:     KeyID    

Discuss this help topic in SecureBlackbox Forum