PocketMine-MP 5.35.1 git-e32e836dad793a3a3c8ddd8927c00e112b1e576a
Loading...
Searching...
No Matches
pocketmine\network\mcpe\auth\AuthKeyring Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\auth\AuthKeyring:

Public Member Functions

 __construct (private string $issuer, private array $keys)
 
 getIssuer ()
 
 getKey (string $keyId)
 

Detailed Description

Definition at line 26 of file AuthKeyring.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\auth\AuthKeyring::__construct ( private string $issuer,
private array $keys )
Parameters
string[]$keys@phpstan-param array<string, string> $keys

Definition at line 32 of file AuthKeyring.php.

Member Function Documentation

◆ getIssuer()

pocketmine\network\mcpe\auth\AuthKeyring::getIssuer ( )

Definition at line 37 of file AuthKeyring.php.

◆ getKey()

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.


The documentation for this class was generated from the following file: