OBSEncryptionTypeCustomer Class Reference

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

Overview

SSE-C加密方式

Other Methods

– initWithAlgorithm:key:keyMD5:

初始化SSE加密方式

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

Parameters

algorithm

加密算法

key

秘钥

keyMD5

秘钥的MD5

Return Value

SSE加密方式

Declared In

OBSServiceCommonEntities.h

Other Methods

  serverSideEncryptionCustomerAlgorithm

加密方式

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

Declared In

OBSServiceCommonEntities.h

  serverSideEncryptionCustomerKey

秘钥

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

Declared In

OBSServiceCommonEntities.h

  serverSideEncryptionCustomerMD5

秘钥的MD5

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

Declared In

OBSServiceCommonEntities.h