NIMEncryptionConfig Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | NIMEncryptionConfig.h | 
  asymEncryptionType
	非对称加密类型(默认:RSA)
@property (nonatomic, assign) NIMAsymEncryptionType asymEncryptionTypeDiscussion
非对称加密类型(默认:RSA)
Declared In
NIMEncryptionConfig.h
  symEncryptionType
	对称加密类型(默认:RC4)
@property (nonatomic, assign) NIMSymEncryptionType symEncryptionTypeDiscussion
对称加密类型(默认:RC4)
Declared In
NIMEncryptionConfig.h
– updateRSAOption:
	更新非对称加密RSA的配置
- (void)updateRSAOption:(NIMRSAOption *)optionParameters
option | 
						RSA配置  | 
					
|---|
Discussion
更新非对称加密RSA的配置
Declared In
NIMEncryptionConfig.h
– updateSM2Option:
	更新非对称加密SM2的配置
- (void)updateSM2Option:(NIMSM2Option *)optionParameters
option | 
						SM2配置  | 
					
|---|
Discussion
更新非对称加密SM2的配置
Declared In
NIMEncryptionConfig.h