Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
PHPDoc added
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Morselli committed Feb 21, 2016
1 parent 620393d commit fe04e5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Factory/JWKFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ private static function convertDecToBin($value)
return hex2bin($adapter->decHex($value));
}

/**
* @param string $curve
*
* @throws \InvalidArgumentException
*
* @return string
*/
private static function getNistName($curve)
{
switch ($curve) {
Expand Down

0 comments on commit fe04e5b

Please sign in to comment.