Discuss this help topic in SecureBlackbox Forum
Defines how the OpenPGP key is sent in TLS handshake.
Declaration
[C#/Java]
enum TSBPGPKeyDescriptorType { kdtFingerprint = 0, kdtKey = 1 };
[VB.NET]
Enum TSBPGPKeyDescriptorType
kdtFingerprint = 0
kdtKey = 1
End Enum
[Pascal]
TSBPGPKeyDescriptorType = (kdtFingerprint, kdtKey);
[C++]
typedef uint8_t TSBPGPKeyDescriptorTypeRaw;
typedef enum { kdtFingerprint = 0, kdtKey = 1 } TSBPGPKeyDescriptorType;
Description
Possible values:
Declared in
.NET:
- Namespace: SBPGPTLS
- Assembly: SecureBlackbox.PGPTLS
VCL:Java:
- Package: SecureBlackbox.PGPTLS.jar
C++:
Discuss this help topic in SecureBlackbox Forum