Jose\Object\StorableJWK::getJWK PHP Method

getJWK() protected method

protected getJWK ( ) : Jose\Object\JWKInterface
return Jose\Object\JWKInterface
    protected function getJWK()
    {
        $this->loadObjectIfNeeded();
        return $this->getObject();
    }