示例#1
0
 /**
  * {@inheritdoc}
  */
 public function getSelfKey()
 {
     /** @var string */
     return $this->signer->getSelfKey();
 }
示例#2
0
 public function testGetSelfKey()
 {
     $this->assertEquals(self::DEFAULT_SELF_KEY, $this->signer->getSelfKey());
 }