Discuss this help topic in SecureBlackbox Forum
Specifies the algorithm for key encryption
Declaration
[C#/Java]
TElXMLKeyTransportMethod = short;
const short xktRSA15 = 0;
const short xktRSAOAEP = 1;
[VB.NET]
TElXMLKeyTransportMethod As SmallInt
Const xktRSA15 As SmallInt = 0
Const xktRSAOAEP As SmallInt = 1
[Pascal]
TElXMLKeyTransportMethod = (xktRSA15, xktRSAOAEP);
[C++]
typedef uint8_t TElXMLKeyTransportMethodRaw;
typedef enum { xktRSA15 = 0, xktRSAOAEP = 1 } TElXMLKeyTransportMethod;
Description
Possible values:
Declared in
.NET:
- Namespace: SBXMLSec
- Assembly: SecureBlackbox.XML
VCL:Java:
- Package: SecureBlackbox.XML.jar
C++:
Discuss this help topic in SecureBlackbox Forum