Home
last modified time | relevance | path

Searched refs:inputKey (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DTextMapping.php29 public $inputKey; variable in Google\\Service\\Transcoder\\TextMapping
52 public function setInputKey($inputKey) argument
54 $this->inputKey = $inputKey;
61 return $this->inputKey;
H A DAudioMapping.php34 public $inputKey; variable in Google\\Service\\Transcoder\\AudioMapping
83 public function setInputKey($inputKey) argument
85 $this->inputKey = $inputKey;
92 return $this->inputKey;
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php1154 * @param XMLSecurityKey $inputKey The decryption key.
1161 …public static function decryptElement(DOMElement $encryptedData, XMLSecurityKey $inputKey, $format… argument
1185 $inputKeyAlgo = $inputKey->getAlgorithm();
1204 $symmetricKeyInfo->key = $inputKey->key;
1239 $symmetricKey = $inputKey;