Discuss this help topic in SecureBlackbox Forum

TElPGPCustomSecretKey.BitsInKey

TElPGPCustomSecretKey     See also     


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


Contains key length in bits.

Declaration

[C#]
    int BitsInKey;

[VB.NET]
    Property BitsInKey As Integer

[Pascal]
    property BitsInKey : integer;

[C++]
    int32_t get_BitsInKey();

[PHP]
    integer get_BitsInKey()

[Java]
    int getBitsInKey();

Description

    Use this read-only property to get key length in bits.
    For ECDSA/ECDH algorithms, the elliptic curve is chosen and set according to this property value. The elliptic curve is specified by the Curve property.

See also:     Curve     PublicKeyAlgorithm    

Discuss this help topic in SecureBlackbox Forum