Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 25 of 84) sorted by path

1234

/plugin/adfs/phpsaml/
H A DCHANGELOG40 * Allow the getSPMetadata() method to always include the encryption Key Descriptor
H A DREADME.md79 Key features:
366 * Key rollover
1234 ### SP Key rollover ###
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt141 - Add getX509Certificate method to retrieve the x509 cert used for Key.
H A Dxmlseclibs.php182 throw new Exception('Invalid Key Type');
1399 throw new Exception('Invalid Key');
1513 throw new Exception('Invalid Key');
1554 throw new Exception('Invalid Key');
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/airtable/
H A DREADME.md16 * Set your **Base ID** and **API Key** using Dokuwiki's [configuration Manager](https://www.dokuwik…
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md30 use Firebase\JWT\Key;
47 $decoded = JWT::decode($jwt, new Key($key, 'HS256'));
66 $decoded = JWT::decode($jwt, new Key($key, 'HS256'));
72 use Firebase\JWT\Key;
111 $decoded = JWT::decode($jwt, new Key($publicKey, 'RS256'));
127 use Firebase\JWT\Key;
155 $decoded = JWT::decode($jwt, new Key($publicKey, 'RS256'));
163 use Firebase\JWT\Key;
186 $decoded = JWT::decode($jwt, new Key($publicKey, 'EdDSA'));
201 // JWK::parseKeySet($jwks) returns an associative array of **kid** to Firebase\JWT\Key
[all …]
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php67 * @return Key The key object for the JWK
75 public static function parseKey(array $jwk): ?Key
108 return new Key($publicKey, $jwk['alg']);
H A DJWT.php72 …* @param Key|array<string, Key> $keyOrKeyArray The Key or associative array of key IDs (kid) to K…
413 * @param Key|array<string, Key> $keyOrKeyArray
418 * @return Key
423 ): Key {
424 if ($keyOrKeyArray instanceof Key) {
429 if (!$key instanceof Key) {
H A DKey.php10 class Key class
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/
H A DKey.php20 class Key extends \Google\Model class
98 class_alias(Key::class, 'Google_Service_ChromeUXReport_Key');
H A DRecord.php22 protected $keyType = Key::class;
28 * @param Key
30 public function setKey(Key $key)
35 * @return Key
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DAllocateIdsRequest.php23 protected $keysType = Key::class;
27 * @param Key[]
34 * @return Key[]
H A DAllocateIdsResponse.php23 protected $keysType = Key::class;
27 * @param Key[]
34 * @return Key[]
H A DEntity.php22 protected $keyType = Key::class;
28 * @param Key
30 public function setKey(Key $key)
35 * @return Key
H A DKey.php20 class Key extends \Google\Collection class
59 class_alias(Key::class, 'Google_Service_Datastore_Key');
H A DLookupRequest.php23 protected $keysType = Key::class;
29 * @param Key[]
36 * @return Key[]
H A DLookupResponse.php23 protected $deferredType = Key::class;
35 * @param Key[]
42 * @return Key[]
H A DMutation.php26 protected $deleteType = Key::class;
54 * @param Key
56 public function setDelete(Key $delete)
61 * @return Key
H A DMutationResult.php26 protected $keyType = Key::class;
52 * @param Key
54 public function setKey(Key $key)
59 * @return Key
H A DReserveIdsRequest.php27 protected $keysType = Key::class;
45 * @param Key[]
52 * @return Key[]
H A DValue.php45 protected $keyValueType = Key::class;
171 * @param Key
173 public function setKeyValue(Key $keyValue)
178 * @return Key
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php23 use Firebase\JWT\Key; alias
105 if (class_exists(Key::class)) {
106 $args[] = new Key($publicKey, 'RS256');
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php21 use Firebase\JWT\Key; alias
388 * @param string|Key|Key[] $publicKey The public key to use to authenticate the token
1446 * @param Key|Key[]|string|string[] $publicKey
1469 * @param Key|Key[]|string|string[] $publicKey
1471 * @return Key[]
1476 if ($publicKey instanceof Key) {
1484 if (!$pubKey instanceof Key) {
1488 Key::class,
1489 Key::class
1516 if ($pubKey instanceof Key) {
[all …]
/plugin/badbehaviour/lang/de/
H A Dlookup.txt1 ====== Missbrauchs Support Key Lookup ======

1234