PocketMine-MP 5.35.1 git-e32e836dad793a3a3c8ddd8927c00e112b1e576a
|
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.