Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdCryptoServices::newCryptSignMessagePara Method
Syntax
C++
virtual OdCryptSignMessageParaPtr newCryptSignMessagePara(const OdCertificateObjectPtr& pCertObj, const OdSubjectKeyIdAttribPtr& pSubjectKeyIdAttr) = 0;

Creates signature parameters object using certificate and attribute Subject Key Identifier. 

 

Parameters
Description
pCertObj
[in] reference to certificate object pointer.
pSubjectKeyIdAttr
[in] reference to attribute object pointer (pointer itself may be NULL due to attribute is optional).

Returns created signature parameters.

Copyright © 2002-2022. Open Design Alliance All rights reserved.