Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[C#/Java]
enum TSBDHKeyFormat { dhRaw = 0, dhX509 = 1 };
[VB.NET]
Enum TSBDHKeyFormat
dhRaw = 0
dhX509 = 1
End Enum
[Pascal]
TSBDHKeyFormat = (dhRaw, dhX509);
[C++]
typedef uint8_t TSBDHKeyFormatRaw;
typedef enum { dhRaw = 0, dhX509 = 1 } TSBDHKeyFormat;
Description
Possible values:
Declared in
.NET:
- Namespace: SBPublicKeyCrypto
- Assembly: SecureBlackbox
VCL:Java:
- Package: SecureBlackbox.Base.jar
C++:
Discuss this help topic in SecureBlackbox Forum