PHP Class Namshi\JOSE\Signer\OpenSSL\ECDSA

Inheritance: extends PublicKey
Datei anzeigen Open project: namshi/jose

Public Methods

Method Description
__construct ( )

Protected Methods

Method Description
getSupportedECDSACurve ( ) : string Returns the ECDSA curve supported in this signer.
getSupportedPrivateKeyType ( )
supportsKey ( $key )

Method Details

__construct() public method

public __construct ( )

getSupportedECDSACurve() abstract protected method

Returns the ECDSA curve supported in this signer.
abstract protected getSupportedECDSACurve ( ) : string
return string

getSupportedPrivateKeyType() protected method

supportsKey() protected method

protected supportsKey ( $key )