Virtru SDK for Python  2.8.0
Virtru Python SDK module - Create, Read, and Manage TDF3 Files
 All Classes Namespaces Files Functions Pages
virtru_tdf3_python.EncryptStringParams Class Reference

Public Member Functions

def __init__
 
def set_mime_type
 
def set_policy
 
def set_display_name
 
def set_display_message
 
def share_with_users
 

Constructor & Destructor Documentation

def virtru_tdf3_python.EncryptStringParams.__init__ (   plainData)
          Create an instance of EncryptStringParams.

          Args:
             plainData(string): The plain data to be encrypted.

Member Function Documentation

def virtru_tdf3_python.EncryptStringParams.set_display_message ( )
          Set the display message for the TDF, this message shows up on the Virtru dashboard

          Args:
             display_message(string): The display message for the TDF
def virtru_tdf3_python.EncryptStringParams.set_display_name (   display_name)
          Set the display name for the TDF, this name shows up on the Virtru dashboard

          NOTE: If not set, the basename of inFilePath will be used

          Args:
             display_name(string): The display name for the TDF
def virtru_tdf3_python.EncryptStringParams.set_mime_type (   mime_type)
          Set the mime type (format) of the file that will be encrypted

          NOTE: The default will be 'application/octet-stream' if not specified

          Args:
             mime_type(string): The mime type of the file
def virtru_tdf3_python.EncryptStringParams.set_policy (   policy)
          Set the policy to be applied to the TDF

          NOTE: If there is no policy defined for the TDF, default policy settings
          will be applied

          Args:
             policy(Policy): The policy object
def virtru_tdf3_python.EncryptStringParams.share_with_users (   users_list)
           Add access to the TDF file/data for the users in the list

          Args:
             users_list(list): Share the TDF with the users in the list

The documentation for this class was generated from the following file: