UnsupportedCurveException
extends RuntimeException
Table of Contents
Properties
-
$curveName
: null|string
-
$oid
: null|string
Methods
-
__construct()
: mixed
-
getCurveName()
: string
-
getOid()
: string
-
hasCurveName()
: bool
-
hasOid()
: bool
-
setCurveName()
: mixed
-
setOid()
: mixed
$curveName
private
null|string
$curveName
$oid
private
null|string
$oid
__construct()
public
__construct([string $message = "" ][, int $code = 0 ][, Throwable $previous = null ]) : mixed
Parameters
-
$message
: string
= ""
-
-
$code
: int
= 0
-
-
$previous
: Throwable
= null
-
getCurveName()
public
getCurveName() : string
getOid()
public
getOid() : string
hasCurveName()
public
hasCurveName() : bool
hasOid()
public
hasOid() : bool
setCurveName()
public
setCurveName(string $curveName) : mixed
Parameters
-
$curveName
: string
-
setOid()
public
setOid(string $oid) : mixed
Parameters
-
$oid
: string
-