Lines Matching full:keys
17 claimed to be managed. Other keys in the root dictionary identify request
401 policies: The source: a dictionary containing policies under keys
461 # Figure out the key we want to use. If multiple keys are configured, the
466 nkeys = len(self._server.keys)
470 req_key = self._server.keys[msg.public_key_version - 1]['private_key']
472 signing_key = self._server.keys[key_version - 1]
552 private_key_paths: List of paths to read private keys from.
571 self.keys = []
573 # Load specified keys from the filesystem.
582 self.keys.append({ 'private_key' : key })
587 self.keys.append({ 'private_key' : key })
589 # Derive the public keys from the loaded private keys.
590 for entry in self.keys:
658 if dmtoken in self._registered_tokens.keys():