[model]
[binary_type]
[customer]
[issue#]
[problem]
[cause]
[solution]
[team]
[request]
[horizontal_expansion]
Change-Id: I98730cbe127c0aa716013d194e1da40c63b57277
Signed-off-by: jc815.lee <jc815.lee@samsung.com>
}
std::unique_ptr< ByteBuffer > pDecodedBuffer(Tizen::Base::Utility::StringUtil::DecodeBase64StringN(encodedStr));
+ SysTryReturn(NID_SEC_CERT, GetLastResult() == E_SUCCESS, -1 , E_SYSTEM, "[%s]. Failed to DecideBase64StringN.", GetLastResult());
SysTryReturn(NID_SEC_CERT, pDecodedBuffer != null, -1, E_SYSTEM, "[E_SYSTEM] Failed to perform base64 decoding.");
if (outSize > pDecodedBuffer->GetRemaining())