algorithm_type property

algorithm_type property

Gets or sets type of symmetric algorithm.

Definition:

@property
def algorithm_type(self):
    ...
@algorithm_type.setter
def algorithm_type(self, value):
    ...

See Also