SophiaFramework UNIVERSE 5.3 |
#include <SFBPubKeyEng.h.hpp>
class SFBPubKeyEng : public SFBParameters1;
SFMTYPEDEFWRAPPER(SFBPubKeyEng)
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
X | X | X | O |
Public Functions | |
---|---|
SFCError |
New(
SFBParametersConstRef parameters
, SFBPubKeySmpPtr pOut
) This function is used to obtain context handles with which to perform cryptographic operations.
|
static SFBPubKeyEngSmp |
NewInstance(
SFCErrorPtr exception = null
) Create a new SFBPubKeyEng instance.
|
static SFBPubKeyEngSmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
) Create a new SFBPubKeyEng instance.
|
SFCError |
SetParam(
SInt32 id
, VoidConstPtr data
, UInt32 length
)
(inherits from SFBParameters1)
This method sets a parameter value.
|
SFCError |
SetParam(
SInt32 id
, SFXBufferConstRef data
)
(inherits from SFBParameters1)
This method sets a parameter value.
|
SFCError |
SetParam(
SInt32 id
, SFXAnsiStringConstRef data
)
(inherits from SFBParameters1)
This method sets a parameter value.
|
[ public ] SFCError New( SFBParametersConstRef parameters // Optional parameters object that keys to initialize with. May be NULL SFBPubKeySmpPtr pOut // Pointer to copied IPubKey interface and binding to engine );
Other error codes related to problems with setting keys as generate by Engine.
If piParameters is provided those parameters are used to initialize the context returned.
[ public, static ] SFBPubKeyEngSmp NewInstance( SFCErrorPtr exception = null // Error );
[ public, static ] SFBPubKeyEngSmp NewInstance( AEECLSID id // Class ID SFCErrorPtr exception = null // Error );
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |