OBSEncryptionTypeCustomer Class Reference
| Inherits from | OBSAbstractEncryption : OBSBaseEntity : OBSAbstractModel : OBSMTLModel |
|---|---|
| Declared in | OBSServiceCommonEntities.h OBSServiceCommonEntities.m |
Other Methods
– initWithAlgorithm:key:keyMD5:
Initialize the SSE encry[w1]ption mode.
- (instancetype)initWithAlgorithm:(NSString *)algorithm key:(NSString *)key keyMD5:(NSString *)keyMD5Parameters
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 *serverSideEncryptionCustomerAlgorithmDeclared In
OBSServiceCommonEntities.h
serverSideEncryptionCustomerKey
Key
@property (nonatomic, strong, nonnull) NSString *serverSideEncryptionCustomerKeyDeclared In
OBSServiceCommonEntities.h
serverSideEncryptionCustomerMD5
MD5 value of the key
@property (nonatomic, strong, nonnull) NSString *serverSideEncryptionCustomerMD5Declared In
OBSServiceCommonEntities.h