Skip to main content

Issuer

Represents an Issuer identity.

  • Full name: \Bloock\Entity\Identity\Issuer

Properties

did

private \Bloock\Entity\Identity\Did $did

key

private \Bloock\Entity\Key\Key $key

Methods

__construct

Returns a new instance of Issuer identity for the given parameters.

public __construct(string $did, \Bloock\Entity\Identity\DidMethod $didMethod, \Bloock\Entity\Key\Key $key): mixed

Parameters:

ParameterTypeDescription
$didstring
$didMethod\Bloock\Entity\Identity\DidMethod
$key\Bloock\Entity\Key\Key

getDid

Gets the did object of the issuer.

public getDid(): \Bloock\Entity\Identity\Did

getKey

Gets the key object of the issuer.

public getKey(): \Bloock\Entity\Key\Key


Automatically generated on 2024-04-02