OBSEncryptionTypeCustomer Class Reference
| Inherits from | OBSAbstractEncryption : OBSBaseEntity : OBSAbstractModel : OBSMTLModel |
|---|---|
| Declared in | OBSServiceCommonEntities.h OBSServiceCommonEntities.m |
Other Methods
– initWithAlgorithm:key:keyMD5:
初始化SSE加密方式
- (instancetype)initWithAlgorithm:(NSString *)algorithm key:(NSString *)key keyMD5:(NSString *)keyMD5Parameters
algorithm |
加密算法 |
|---|---|
key |
秘钥 |
keyMD5 |
秘钥的MD5 |
Return Value
SSE加密方式
Declared In
OBSServiceCommonEntities.h
Other Methods
serverSideEncryptionCustomerAlgorithm
加密方式
@property (nonatomic, strong, nonnull) NSString *serverSideEncryptionCustomerAlgorithmDeclared In
OBSServiceCommonEntities.h
serverSideEncryptionCustomerKey
秘钥
@property (nonatomic, strong, nonnull) NSString *serverSideEncryptionCustomerKeyDeclared In
OBSServiceCommonEntities.h
serverSideEncryptionCustomerMD5
秘钥的MD5
@property (nonatomic, strong, nonnull) NSString *serverSideEncryptionCustomerMD5Declared In
OBSServiceCommonEntities.h