Searched refs:encryptionAlgorithm (Results 1 – 3 of 3) sorted by relevance
25 public $encryptionAlgorithm; variable in Google\\Service\\Storage\\StorageObjectCustomerEncryption34 public function setEncryptionAlgorithm($encryptionAlgorithm) argument36 $this->encryptionAlgorithm = $encryptionAlgorithm;43 return $this->encryptionAlgorithm;
194 …$encryptionAlgorithm = isset($options['encryptionAlgorithm']) ? $options['encryptionAlgorithm'] : …196 $cipher = self::getEncryptionObject($encryptionAlgorithm);203 "DEK-Info: " . $encryptionAlgorithm . ",$iv\r\n" .
544 …$encryptionAlgorithm = isset($options['encryptionAlgorithm']) ? $options['encryptionAlgorithm'] : …548 if ($encryptionAlgorithm == 'id-PBES2') {586 $crypto = self::getPBES1EncryptionObject($encryptionAlgorithm);587 $hash = self::getPBES1Hash($encryptionAlgorithm);588 $kdf = self::getPBES1KDF($encryptionAlgorithm);601 'algorithm' => $encryptionAlgorithm,