harmony 鸿蒙Crypto_DataBlob

  • 2025-06-12
  • 浏览 (4)

Crypto_DataBlob

Overview

Defines the data used for encryption and decryption.

Since: 12

Related module: CryptoCommonApi

Header file: crypto_common.h

Summary

Member Variables

Name Description
uint8_t * data Pointer to the data.
size_t len Length of the data.

Member Variable Description

data

uint8_t* Crypto_DataBlob::data

Description Pointer to the data.

len

size_t Crypto_DataBlob::len

Description Length of the data.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Crypto Architecture Kit (Crypto Architecture Service)

harmony 鸿蒙CryptoAsymKeyApi

harmony 鸿蒙CryptoCommonApi

harmony 鸿蒙CryptoDigestApi

harmony 鸿蒙CryptoSignatureApi

harmony 鸿蒙CryptoSymCipherApi

harmony 鸿蒙CryptoSymKeyApi

harmony 鸿蒙crypto_asym_key.h

harmony 鸿蒙crypto_common.h

harmony 鸿蒙crypto_digest.h

0  赞