PHP Class Namshi\JOSE\Signer\OpenSSL\ECDSA

Inheritance: extends PublicKey
Afficher le fichier Open project: namshi/jose

Méthodes publiques

Méthode Description
__construct ( )

Méthodes protégées

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

Method Details

__construct() public méthode

public __construct ( )

getSupportedECDSACurve() abstract protected méthode

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

getSupportedPrivateKeyType() protected méthode

supportsKey() protected méthode

protected supportsKey ( $key )