set_encryption_options method

set_encryption_options(self, encryption_type, key_length)

Set Encryption Options.


def set_encryption_options(self, encryption_type, key_length):
    ...
ParameterTypeDescription
encryption_typeEncryptionTypeThe encryption type.
key_lengthintThe key length.

See Also