Exemplo n.º 1
0
 private function getKeyContainer() : KeyContainer
 {
     $kc = new KeyContainer();
     $kc->addKey(1, Algorithm::HMAC_SHA_256(), new Secret('top secret'));
     return $kc;
 }