set_encryption_options方法
set_encryption_options(self, encryption_type, key_length)
设置加密选项。
def set_encryption_options(self, encryption_type, key_length):
...
范围 | 类型 | 描述 |
---|---|---|
encryption_type | EncryptionType | 加密类型。 |
key_length | int | 密钥长度。 |
设置加密选项。
def set_encryption_options(self, encryption_type, key_length):
...
范围 | 类型 | 描述 |
---|---|---|
encryption_type | EncryptionType | 加密类型。 |
key_length | int | 密钥长度。 |