OBSEncryptionTypeCustomer Class Reference

Inherits from OBSAbstractEncryption : OBSBaseEntity : OBSAbstractModel : OBSMTLModel
Declared in OBSServiceCommonEntities.h
OBSServiceCommonEntities.m

Overview

SSE-C encryption mode

Other Methods

– initWithAlgorithm:key:keyMD5:

Initialize the SSE encry[w1]ption mode.

- (instancetype)initWithAlgorithm:(NSString *)algorithm key:(NSString *)key keyMD5:(NSString *)keyMD5

Parameters

algorithm

Encryption algorithm

key

Key

keyMD5

MD5 value of the key

Return Value

SSE encryption mode

Declared In

OBSServiceCommonEntities.h

Other Methods

  serverSideEncryptionCustomerAlgorithm

Encryption mode

@property (nonatomic, strong, nonnull) NSString *serverSideEncryptionCustomerAlgorithm

Declared In

OBSServiceCommonEntities.h

  serverSideEncryptionCustomerKey

Key

@property (nonatomic, strong, nonnull) NSString *serverSideEncryptionCustomerKey

Declared In

OBSServiceCommonEntities.h

  serverSideEncryptionCustomerMD5

MD5 value of the key

@property (nonatomic, strong, nonnull) NSString *serverSideEncryptionCustomerMD5

Declared In

OBSServiceCommonEntities.h