|
PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
|
Collaboration diagram for pocketmine\network\mcpe\auth\AuthKeyring:Public Member Functions | |
| __construct (private string $issuer, private array $keys) | |
| getIssuer () | |
| getKey (string $keyId) | |
Definition at line 26 of file AuthKeyring.php.
| pocketmine\network\mcpe\auth\AuthKeyring::__construct | ( | private string | $issuer, |
| private array | $keys ) |
| string[] | $keys | @phpstan-param array<string, string> $keys |
Definition at line 32 of file AuthKeyring.php.
| pocketmine\network\mcpe\auth\AuthKeyring::getIssuer | ( | ) |
Definition at line 37 of file AuthKeyring.php.
| pocketmine\network\mcpe\auth\AuthKeyring::getKey | ( | string | $keyId | ) |
Returns a (raw) DER public key associated with the given key ID
Definition at line 42 of file AuthKeyring.php.