添加需要加密的密钥信息
(key string)
| 100 | |
| 101 | // 添加需要加密的密钥信息 |
| 102 | func (sLog *smartIDELogStruct) AddEntryptionKey(key string) { |
| 103 | sLog.addEntryptionKey(key, false) |
| 104 | } |
| 105 | |
| 106 | func (sLog *smartIDELogStruct) AddEntryptionKeyWithReservePart(key string) { |
| 107 | sLog.addEntryptionKey(key, true) |
no test coverage detected