Searched refs:cipherText (Results 1 – 3 of 3) sorted by relevance
25 public $cipherText; variable in Google\\Service\\CloudLifeSciences\\Secret34 public function setCipherText($cipherText) argument36 $this->cipherText = $cipherText;43 return $this->cipherText;
25 public $cipherText; variable in Google\\Service\\Genomics\\Secret34 public function setCipherText($cipherText) argument36 $this->cipherText = $cipherText;43 return $this->cipherText;
70071 var cipherText = Buffer.from(match[3].replace(/[\r\n]/g, ''), 'base64');70075 out.push(cipher.update(cipherText));70222 var cipherText = data.subjectPrivateKey;70227 out.push(cipher.update(cipherText));