Jose\Algorithm\KeyEncryption\DirectEncryptionInterface::getCEK PHP Method

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
    public function getCEK(JWKInterface $key);
DirectEncryptionInterface