PHP Interface Jose\Algorithm\KeyEncryption\DirectEncryptionInterface

Inheritance: extends Jose\Algorithm\KeyEncryptionAlgorithmInterface
Datei anzeigen Open project: spomky-labs/jose

Public Methods

Method Description
getCEK ( Jose\Object\JWKInterface $key ) : string

Method Details

getCEK() public method

public getCEK ( Jose\Object\JWKInterface $key ) : string
$key Jose\Object\JWKInterface The key used to get the CEK
return string The CEK