Searched refs:InventoryEncryption (Results 1 – 4 of 4) sorted by relevance
46 InventoryEncryption::InventoryEncryption() : in InventoryEncryption() function in InventoryEncryption52 InventoryEncryption::InventoryEncryption(const InventorySSEOSS& value) : in InventoryEncryption() function in InventoryEncryption59 InventoryEncryption::InventoryEncryption(const InventorySSEKMS& value) : in InventoryEncryption() function in InventoryEncryption
84 InventoryEncryption encryption; in operator =()
91 InventoryEncryption encryption; in operator =()
54 class ALIBABACLOUD_OSS_EXPORT InventoryEncryption57 InventoryEncryption();58 InventoryEncryption(const InventorySSEOSS& value);59 InventoryEncryption(const InventorySSEKMS& value);86 const InventoryEncryption& Encryption() const { return encryption_; } in Encryption()93 void setEncryption(const InventoryEncryption& encryption) { encryption_ = encryption; } in setEncryption()101 InventoryEncryption encryption_;
Completed in 4 milliseconds