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