Esempio n. 1
0
 def __init__(self, private_k_path):
     '''
     Initiate encryptor with the private key and public key
     :param private_k_path:
     :return:
     '''
     self.private_key = PrivateKeyUtil(private_k_path) if private_k_path is not None else None