def encrypt(self, data):
     return uacrypto.cipher_encrypt(self.cipher, data)
 def encrypt(self, data):
     return uacrypto.cipher_encrypt(self.cipher, data)